Skip to content

Commit

Permalink
Merge pull request #114 from VEuPathDB/mbiome-banner
Browse files Browse the repository at this point in the history
remove hardcoded banner in microbiome, now can use dashboard
  • Loading branch information
aurreco-uga authored Apr 25, 2023
2 parents 23e1d25 + dee3d6d commit 345c2bd
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 345c2bd

Please sign in to comment.