diff --git a/kusama-guide/docusaurus.config.js b/kusama-guide/docusaurus.config.js
index 97dc3a3df304..fec8e124bd8d 100644
--- a/kusama-guide/docusaurus.config.js
+++ b/kusama-guide/docusaurus.config.js
@@ -199,13 +199,13 @@ module.exports = {
contextualSearch: 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,
+ },
},
};