From bd1ab694ef8998b2a927603a48be7fcbb83b5606 Mon Sep 17 00:00:00 2001
From: Filippo <110459737+filippoweb3@users.noreply.github.com>
Date: Fri, 6 Dec 2024 14:14:36 +0100
Subject: [PATCH] updated banner (#6431)
---
kusama-guide/docusaurus.config.js | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
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,
+ },
},
};