Skip to content

Commit

Permalink
Merge pull request #395 from jliermann/main
Browse files Browse the repository at this point in the history
FAIR4Chem announcement bar
  • Loading branch information
jliermann committed Sep 2, 2024
2 parents b66a39f + bb84bb5 commit 4845986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions announcementBar.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "community_survey",
"content": "<strong>Find out what is already possible with chemistry data today.</strong> Join us in Mainz on 6/7 June 2023 at the <a href=\"https://www.nfdi4chem.de/index.php/event/chemistry-data-days-2023/\" target=\"_blank\">Chemistry Data Days</a>.",
"id": "fair4chem_2025",
"content": "<strong>NFDI4Chem is looking for the FAIRest data in chemistry! <a href='https://www.nfdi4chem.de/fair4chem-award/' target='_blank'>Submit your application now!</a></strong>",
"isCloseable": true
}
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { themes as prismThemes } from "prism-react-renderer";

const announcementBarActive = false; // set to true to activate the announcement bar
const announcementBarActive = true; // set to true to activate the announcement bar
const announcementBar = announcementBarActive
? require("./announcementBar.json")
: {};
Expand Down

0 comments on commit 4845986

Please sign in to comment.