diff --git a/browser/src/App.tsx b/browser/src/App.tsx index 8d1dfaebc..edd9c0958 100644 --- a/browser/src/App.tsx +++ b/browser/src/App.tsx @@ -73,11 +73,8 @@ const Banner = styled.div` const BANNER_CONTENT = ( <> - gnomAD v4.1.0 is now available. Read our {/* @ts-expect-error */} - - blog post - {' '} - for more details + Help us continue to improve gnomAD by taking 5 minutes to fill out our {/* @ts-expect-error */} + user survey. ) const App = () => {