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,