From 35a81d6bb47e2c25fb0d0748913bc4eb50152c40 Mon Sep 17 00:00:00 2001 From: Riley Grant Date: Thu, 30 May 2024 15:39:06 -0500 Subject: [PATCH] feat(frontend): update banner with user survey --- browser/src/App.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 = () => {