From 203e39df9ffc61214c3e6170e59675bf42f67aa6 Mon Sep 17 00:00:00 2001 From: RoiArthurB Date: Mon, 11 Jul 2022 09:34:41 +0700 Subject: [PATCH] Remove GAMA Days banner --- website/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 19def76051..33bc9fa8d8 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -79,14 +79,14 @@ module.exports={ ] ], "themeConfig": { - announcementBar: { + /*announcementBar: { // Change the ID for new announcement id: 'gamaDays2022', content: '📢 Join the GAMA Days 2022 on June 22, 23 & 24 📢', backgroundColor: '#34709f', textColor: '#e3e3e3', isCloseable: true, - }, + },*/ "colorMode": { respectPrefersColorScheme: true, },