From 2e913366b629e908a27bebe6c6cb58d7ca7aa099 Mon Sep 17 00:00:00 2001 From: alin Date: Thu, 19 Sep 2024 16:48:09 +0300 Subject: [PATCH] chore: Fix what's new link on top to open in the same window --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 9f33b38cc..c23164ad7 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -27,7 +27,7 @@ module.exports = { announcementBar: { id: 'alpha-release', content: - 'See What\'s new for more information.', + 'See What\'s new for more information.', backgroundColor: '#fafbfc', textColor: '#091E42', isCloseable: false,