Skip to content

Commit

Permalink
feat(frontend): update banner with user survey
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed May 31, 2024
1 parent 56f9e1b commit 35a81d6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions browser/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,8 @@ const Banner = styled.div`

const BANNER_CONTENT = (
<>
gnomAD v4.1.0 is now available. Read our {/* @ts-expect-error */}
<ExternalLink href="https://gnomad.broadinstitute.org/news/2024-04-gnomad-v4-1">
blog post
</ExternalLink>{' '}
for more details
Help us continue to improve gnomAD by taking 5 minutes to fill out our {/* @ts-expect-error */}
<ExternalLink href="http://broad.io/2024_survey">user survey</ExternalLink>.
</>
)
const App = () => {
Expand Down

0 comments on commit 35a81d6

Please sign in to comment.