From 04940d509a0ae1bceb0c4ecc1b112304ac16ffe7 Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Tue, 16 Dec 2025 10:42:24 +0000 Subject: [PATCH] Remove React Conf 2025 banner --- 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,