Skip to content

Commit 31f1ba4

Browse files
authored
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.
1 parent 6f330a8 commit 31f1ba4

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

website/docusaurus.config.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -371,14 +371,6 @@ const config: Config = {
371371
disableSwitch: false,
372372
respectPrefersColorScheme: true,
373373
},
374-
announcementBar: {
375-
id: 'react-conf',
376-
content:
377-
'Join us for React Conf on Oct 7-8. <a target="_blank" rel="noopener noreferrer" href="https://conf.react.dev">Learn more</a>.',
378-
backgroundColor: '#20232a',
379-
textColor: '#fff',
380-
isCloseable: false,
381-
},
382374
prism: {
383375
defaultLanguage: 'tsx',
384376
theme: prismTheme,

0 commit comments

Comments
 (0)