Skip to content

Commit 4845986

Browse files
authored
Merge pull request #395 from jliermann/main
FAIR4Chem announcement bar
2 parents b66a39f + bb84bb5 commit 4845986

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

announcementBar.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "community_survey",
3-
"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>.",
2+
"id": "fair4chem_2025",
3+
"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>",
44
"isCloseable": true
55
}

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
const announcementBarActive = false; // set to true to activate the announcement bar
5+
const announcementBarActive = true; // set to true to activate the announcement bar
66
const announcementBar = announcementBarActive
77
? require("./announcementBar.json")
88
: {};

0 commit comments

Comments
 (0)