Skip to content

Commit 8a0026c

Browse files
Devx/add docs banner (#1691)
* Replaced EVM banner with docs.iota.org banner * fix typo * update colours
1 parent d7823b3 commit 8a0026c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docusaurus.config.js

+4-5
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,11 @@ module.exports = async () => {
149149
switcher: switcherConfig,
150150

151151
announcementBar: {
152-
id: 'support_us',
152+
id: 'iota_rebased_docs',
153153
content:
154-
'Experience seamless dApp development with <a rel="noopener noreferrer" href="/isc/getting-started/quick-start/">IOTA EVM</a>.',
155-
backgroundColor: 'var(--ifm-color-primary)',
156-
textColor: 'var(--ifm-font-color-base-inverse);',
157-
isCloseable: true,
154+
'Check out the new <a rel="noopener noreferrer" href="https://docs.iota.org/"> IOTA Rebased Testnet</a>.',
155+
backgroundColor: 'rgb(1, 1, 255)',
156+
textColor: 'white'
158157
},
159158
},
160159
};

0 commit comments

Comments
 (0)