From 8a0026ccf1f6411f69af2adfc6c8e19dbe8bd62b Mon Sep 17 00:00:00 2001 From: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:55:11 -0300 Subject: [PATCH] Devx/add docs banner (#1691) * Replaced EVM banner with docs.iota.org banner * fix typo * update colours --- docusaurus.config.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index df91c09d66f..003e03c329d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -149,12 +149,11 @@ module.exports = async () => { switcher: switcherConfig, announcementBar: { - id: 'support_us', + id: 'iota_rebased_docs', content: - 'Experience seamless dApp development with IOTA EVM.', - backgroundColor: 'var(--ifm-color-primary)', - textColor: 'var(--ifm-font-color-base-inverse);', - isCloseable: true, + 'Check out the new IOTA Rebased Testnet.', + backgroundColor: 'rgb(1, 1, 255)', + textColor: 'white' }, }, };