From 689429ea1129010e82159998a670abf6e7f0199a Mon Sep 17 00:00:00 2001 From: Riley Grant Date: Thu, 23 Jan 2025 11:05:06 -0600 Subject: [PATCH 1/2] fix(browser): fix data page typo --- browser/src/DataPage/GnomadV4Downloads.tsx | 3 +-- browser/src/DataPage/__snapshots__/DataPage.spec.tsx.snap | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/browser/src/DataPage/GnomadV4Downloads.tsx b/browser/src/DataPage/GnomadV4Downloads.tsx index bf5fec2af..0a57b6635 100644 --- a/browser/src/DataPage/GnomadV4Downloads.tsx +++ b/browser/src/DataPage/GnomadV4Downloads.tsx @@ -271,8 +271,7 @@ const GnomadV4Downloads = () => {

For more information about these files, see our{' '} - https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables/ changelog - entry + changelog entry {' '} on the browser tables, and the help text.

diff --git a/browser/src/DataPage/__snapshots__/DataPage.spec.tsx.snap b/browser/src/DataPage/__snapshots__/DataPage.spec.tsx.snap index bece80dea..da37a6ee6 100644 --- a/browser/src/DataPage/__snapshots__/DataPage.spec.tsx.snap +++ b/browser/src/DataPage/__snapshots__/DataPage.spec.tsx.snap @@ -7436,7 +7436,7 @@ exports[`Data Page has no unexpected changes 1`] = ` href="https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables" onClick={[Function]} > - https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables/ changelog entry + changelog entry on the browser tables, and the From da992b6763d7fea63ebf2778221e17c99a4b96b1 Mon Sep 17 00:00:00 2001 From: Riley Grant Date: Thu, 23 Jan 2025 11:07:58 -0600 Subject: [PATCH 2/2] fix(browser): update /awesome to v4 --- browser/src/SearchRedirectPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/src/SearchRedirectPage.tsx b/browser/src/SearchRedirectPage.tsx index d9b2c7ff6..f61f4fb8f 100644 --- a/browser/src/SearchRedirectPage.tsx +++ b/browser/src/SearchRedirectPage.tsx @@ -9,7 +9,7 @@ import StatusMessage from './StatusMessage' import { fetchSearchResults } from './search' import useRequest from './useRequest' -const defaultSearchDataset = 'gnomad_r2_1' +const defaultSearchDataset = 'gnomad_r4' type SearchRedirectProps = { query: string