From a2cbe4eff5954e9caff6cb2d7df1e8366ab02c5e Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Fri, 15 Nov 2024 09:59:44 -0300 Subject: [PATCH 1/3] Replaced EVM banner with docs.iota.org banner --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index df91c09d66f..c99b97cf637 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -149,9 +149,9 @@ module.exports = async () => { switcher: switcherConfig, announcementBar: { - id: 'support_us', + id: 'iota_rebased_docs', content: - 'Experience seamless dApp development with IOTA EVM.', + 'Check out the new IOTA Rebased Testnet..', backgroundColor: 'var(--ifm-color-primary)', textColor: 'var(--ifm-font-color-base-inverse);', isCloseable: true, From 97ac56dd2bfcfd0d8c2efb87b151586366996264 Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Fri, 15 Nov 2024 10:06:45 -0300 Subject: [PATCH 2/3] fix typo --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index c99b97cf637..cfa706357f8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -151,7 +151,7 @@ module.exports = async () => { announcementBar: { id: 'iota_rebased_docs', content: - 'Check out the new IOTA Rebased Testnet..', + 'Check out the new IOTA Rebased Testnet.', backgroundColor: 'var(--ifm-color-primary)', textColor: 'var(--ifm-font-color-base-inverse);', isCloseable: true, From ea0087a0f71642011c2347389f31103dc54db27d Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Mon, 18 Nov 2024 08:59:11 -0300 Subject: [PATCH 3/3] update colours --- docusaurus.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index cfa706357f8..003e03c329d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -152,9 +152,8 @@ module.exports = async () => { id: 'iota_rebased_docs', content: 'Check out the new IOTA Rebased Testnet.', - backgroundColor: 'var(--ifm-color-primary)', - textColor: 'var(--ifm-font-color-base-inverse);', - isCloseable: true, + backgroundColor: 'rgb(1, 1, 255)', + textColor: 'white' }, }, };