From 381133b141196a78204b0fb29a5f35775917816e Mon Sep 17 00:00:00 2001 From: Filippo Date: Wed, 7 Aug 2024 12:48:01 +0200 Subject: [PATCH] banner --- polkadot-wiki/docusaurus.config.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/polkadot-wiki/docusaurus.config.js b/polkadot-wiki/docusaurus.config.js index 740bbd0e9c3d..5728b6c5508b 100644 --- a/polkadot-wiki/docusaurus.config.js +++ b/polkadot-wiki/docusaurus.config.js @@ -296,14 +296,14 @@ module.exports = { }, docsSideNavCollapsible: true, /* Banner / Announcement bar */ -// announcementBar: { -// id: "banner", -// content: -// 'The Polkadot Blockchain Academy is coming to Asia! Find out more 👉', -// backgroundColor: '#e6007a', -// textColor: 'white', -// isCloseable: true, -// }, + announcementBar: { + id: "banner", + content: + 'The Web3 Summit is coming to Berlin this August! Buy your ticket 👉', + backgroundColor: '#e6007a', + textColor: 'white', + isCloseable: true, + }, image: 'img/og-polkadot-wiki.png' }, }; \ No newline at end of file