From 8a83da5029373b30d8db9138b40440c6660cd7a9 Mon Sep 17 00:00:00 2001 From: Filippo Date: Fri, 6 Dec 2024 14:14:04 +0100 Subject: [PATCH] updated banner --- 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, + }, }, };