Skip to content

Commit b2255f1

Browse files
committed
chore: announcement bar
1 parent f6638bc commit b2255f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

announcementBar.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
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>",
2+
"id": "cdd_2025",
3+
"content": "<strong>Meet us in Mainz on June 3/4 on the a href='https://www.nfdi4chem.de/event/chemistry-data-days-2025/' target='_blank'>Chemistry Data Days 2025</a></strong>",
44
"isCloseable": true
55
}

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
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)