From 5af87b30b4cb16bb3d91bc83f304717e1c77fa06 Mon Sep 17 00:00:00 2001 From: the-dezeray Date: Wed, 16 Oct 2024 21:02:29 +0200 Subject: [PATCH] fix : banner ref --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index e871d32..68e7cee 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -111,7 +111,7 @@ plugins: announcementBar: { id: 'project_update', content: - '🚀 New materials added daily! Check back often for the latest resources. Explore now', + '🚀 New materials added daily! Check back often for the latest resources. Explore now', backgroundColor: '#4051b5', textColor: '#ffffff', isCloseable: true,