From ba4ee18260d4eec085c545356c8983160fd6a2f4 Mon Sep 17 00:00:00 2001 From: Fernando Guerra Date: Mon, 1 Jul 2024 15:13:48 +0100 Subject: [PATCH] Docs modal change from v0.1 to v0.2 (#2235) --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 128fad5c8..dd6dd153c 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -348,7 +348,7 @@ const config = { ], announcementBar: { id: 'support_us', - content: '🔮 We officially released v0.1 on Github! 🔮', + content: '🔮 We officially released v0.2 on Github! Check it out! 🔮', backgroundColor: '#7628f8', textColor: '#fff', isCloseable: true,