Skip to content

Commit

Permalink
chore(frontend): update banner for v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Apr 11, 2024
1 parent 4e1e1cd commit f30d61d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions browser/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { hot } from 'react-hot-loader/root'
import { BrowserRouter as Router, Route, useLocation } from 'react-router-dom'
import styled from 'styled-components'

import { ExternalLink } from '@gnomad/ui'

import Delayed from './Delayed'
import ErrorBoundary from './ErrorBoundary'

Expand Down Expand Up @@ -72,16 +70,7 @@ const Banner = styled.div`
}
`

const BANNER_CONTENT = (
<>
We are aware of an issue in the gnomAD v4.0 exomes where well covered variants have lower than
expected allele numbers. This issue will be fixed in the upcoming v4.1 release. For more
information, see our write-up {/* @ts-expect-error */}
<ExternalLink href="https://docs.google.com/document/d/1Xm5ZIhmkh7hv2qEfCDS6J2T0IUZYiXP8pNClTlNvCGQ/edit?usp=sharing">
here.
</ExternalLink>{' '}
</>
)
const BANNER_CONTENT = <>gnomAD v4 is now version v4.1.0</>

const App = () => {
const [isLoading, setIsLoading] = useState(true)
Expand Down

0 comments on commit f30d61d

Please sign in to comment.