diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index a7522c2d29..3fa4006ce2 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -99,11 +99,11 @@ const config = { }, ], }, - // State of React Native survey banner + // React Native Paradise banner announcementBar: { - id: 'state-of-react-native-2024', + id: 'react-native-paradise-2025', content: ' ', - backgroundColor: '#b1dfd0', + backgroundColor: '#fff5f7', textColor: '#001a72', }, footer: { diff --git a/docs/src/theme/AnnouncementBar/Content/index.js b/docs/src/theme/AnnouncementBar/Content/index.js index 3b14b3e423..047e061013 100644 --- a/docs/src/theme/AnnouncementBar/Content/index.js +++ b/docs/src/theme/AnnouncementBar/Content/index.js @@ -11,19 +11,19 @@ export default function AnnouncementBarContent(props) {