Skip to content

Commit

Permalink
banner web3 summit (#6136)
Browse files Browse the repository at this point in the history
* banner

* added kusama
  • Loading branch information
filippoweb3 authored Aug 7, 2024
1 parent 8c8c448 commit 4eadead
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 Polkadot Blockchain Academy is coming to Asia! <a href="https://www.polkadot.network/development/academy/?utm_source=guide.kusama.network&utm_medium=referral&utm_campaign=pba%204%205&utm_content=notification" target="_blank" rel="noopener noreferrer">Find out more πŸ‘‰</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">Buy 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 Polkadot Blockchain Academy is coming to Asia! <a href="https://www.polkadot.network/development/academy/?utm_source=wiki.polkadot.network&utm_medium=referral&utm_campaign=pba%204%205&utm_content=notification" target="_blank" rel="noopener noreferrer">Find out more πŸ‘‰</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">Buy your ticket πŸ‘‰</a>',
backgroundColor: '#e6007a',
textColor: 'white',
isCloseable: true,
},
image: 'img/og-polkadot-wiki.png'
},
};

0 comments on commit 4eadead

Please sign in to comment.