From b2255f1f9cea7fba4269ab5405a059fb6c5d267c Mon Sep 17 00:00:00 2001 From: Johannes Liermann Date: Tue, 13 May 2025 15:00:42 +0200 Subject: [PATCH 1/2] chore: announcement bar --- announcementBar.json | 4 ++-- docusaurus.config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/announcementBar.json b/announcementBar.json index c2fad1b4..98ef20ae 100644 --- a/announcementBar.json +++ b/announcementBar.json @@ -1,5 +1,5 @@ { - "id": "fair4chem_2025", - "content": "NFDI4Chem is looking for the FAIRest data in chemistry! Submit your application now!", + "id": "cdd_2025", + "content": "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", "isCloseable": true } diff --git a/docusaurus.config.js b/docusaurus.config.js index 673e7370..e775ebcc 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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") : {}; From 0baea2e45e8673daa6e15c76749d19cf24ec6250 Mon Sep 17 00:00:00 2001 From: Johannes Liermann Date: Tue, 13 May 2025 15:05:27 +0200 Subject: [PATCH 2/2] fix: announcement bar --- announcementBar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/announcementBar.json b/announcementBar.json index 98ef20ae..b9f4e197 100644 --- a/announcementBar.json +++ b/announcementBar.json @@ -1,5 +1,5 @@ { "id": "cdd_2025", - "content": "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", + "content": "Meet us in Mainz on June 3/4 for the Chemistry Data Days 2025", "isCloseable": true }