From 31f1ba4c613e0e3844086d14f1cb0a8d5b653354 Mon Sep 17 00:00:00 2001 From: Krzysztof Magiera Date: Thu, 11 Dec 2025 15:59:38 +0100 Subject: [PATCH] Remove React Conf announcement bar from config The React Conf 2025 was over two months ago, there's no point in keeping the announcement bar with an invitation. --- website/docusaurus.config.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 3481ef6dc32..563edd53f56 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -371,14 +371,6 @@ const config: Config = { disableSwitch: false, respectPrefersColorScheme: true, }, - announcementBar: { - id: 'react-conf', - content: - 'Join us for React Conf on Oct 7-8. Learn more.', - backgroundColor: '#20232a', - textColor: '#fff', - isCloseable: false, - }, prism: { defaultLanguage: 'tsx', theme: prismTheme,