From dee3d6db9ccfa7ea734970fb53e65853c5dadd32 Mon Sep 17 00:00:00 2001 From: aurreco-uga Date: Tue, 25 Apr 2023 13:07:56 -0400 Subject: [PATCH] remove hardcoded banner in microbiome, now can use dashboard --- packages/libs/web-common/src/components/Announcements.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/libs/web-common/src/components/Announcements.jsx b/packages/libs/web-common/src/components/Announcements.jsx index d133a15b80..808e28ccd5 100644 --- a/packages/libs/web-common/src/components/Announcements.jsx +++ b/packages/libs/web-common/src/components/Announcements.jsx @@ -75,7 +75,7 @@ const siteAnnouncements = [ }, */ - +/* { id: 'mbio-beta', renderDisplay: (props) => { @@ -91,6 +91,8 @@ const siteAnnouncements = [ return null; } }, +*/ + /* { id: 'clinepiEDA',