diff --git a/polkadot-wiki/docusaurus.config.js b/polkadot-wiki/docusaurus.config.js
index 44bebe7a4aa5..d409980933b1 100644
--- a/polkadot-wiki/docusaurus.config.js
+++ b/polkadot-wiki/docusaurus.config.js
@@ -303,14 +303,14 @@ module.exports = {
},
docsSideNavCollapsible: true,
/* Banner / Announcement bar */
- // announcementBar: {
- // id: "banner",
- // content:
- // 'The Web3 Summit is coming to Berlin this August! Get your ticket 👉',
- // backgroundColor: '#e6007a',
- // textColor: 'white',
- // isCloseable: true,
- // },
+ announcementBar: {
+ id: "banner",
+ content:
+ 'The Polkadot Blockchain Academy is coming to Switzerland in 2025! Apply Here 👉',
+ backgroundColor: '#e6007a',
+ textColor: 'white',
+ isCloseable: true,
+ },
image: 'img/wiki-share-image.png'
},
};
\ No newline at end of file