From cfb6478eb57fe63645dfcd64f1ce51041f38875a Mon Sep 17 00:00:00 2001 From: Matt Carroll Date: Thu, 30 Oct 2025 10:44:29 -0700 Subject: [PATCH] Remove React Conf announcement bar --- website/docusaurus.config.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 10fc3a2b164..36015481bdd 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -321,14 +321,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,