Skip to content

Commit

Permalink
remove w3s announcement (#6172)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackTheCode016 authored Aug 23, 2024
1 parent e4b35bc commit f441c6f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions kusama-guide/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,13 @@ module.exports = {
contextualSearch: true,
},
/* Banner / Announcement bar */
announcementBar: {
id: "banner",
content:
'The Web3 Summit is coming to Berlin this August! <a href="https://ti.to/web3-summit/web3-summit-2024" target="_blank" rel="noopener noreferrer">Get your ticket πŸ‘‰</a>',
backgroundColor: '#e6007a',
textColor: 'white',
isCloseable: true,
},
// announcementBar: {
// id: "banner",
// content:
// 'The Web3 Summit is coming to Berlin this August! <a href="https://ti.to/web3-summit/web3-summit-2024" target="_blank" rel="noopener noreferrer">Get your ticket πŸ‘‰</a>',
// backgroundColor: '#e6007a',
// textColor: 'white',
// isCloseable: true,
// },
},
};
16 changes: 8 additions & 8 deletions polkadot-wiki/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,14 +296,14 @@ module.exports = {
},
docsSideNavCollapsible: true,
/* Banner / Announcement bar */
announcementBar: {
id: "banner",
content:
'The Web3 Summit is coming to Berlin this August! <a href="https://ti.to/web3-summit/web3-summit-2024" target="_blank" rel="noopener noreferrer">Get your ticket πŸ‘‰</a>',
backgroundColor: '#e6007a',
textColor: 'white',
isCloseable: true,
},
// announcementBar: {
// id: "banner",
// content:
// 'The Web3 Summit is coming to Berlin this August! <a href="https://ti.to/web3-summit/web3-summit-2024" target="_blank" rel="noopener noreferrer">Get your ticket πŸ‘‰</a>',
// backgroundColor: '#e6007a',
// textColor: 'white',
// isCloseable: true,
// },
image: 'img/og-polkadot-wiki.png'
},
};

0 comments on commit f441c6f

Please sign in to comment.