Skip to content

Commit

Permalink
remove hardcoded banner in microbiome, now can use dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
aurreco-uga committed Apr 25, 2023
1 parent 23e1d25 commit dee3d6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/libs/web-common/src/components/Announcements.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const siteAnnouncements = [
},
*/


/*
{
id: 'mbio-beta',
renderDisplay: (props) => {
Expand All @@ -91,6 +91,8 @@ const siteAnnouncements = [
return null;
}
},
*/

/*
{
id: 'clinepiEDA',
Expand Down

0 comments on commit dee3d6d

Please sign in to comment.