diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 033bf0ab1378..f89f3d7b71b3 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -145,6 +145,14 @@ module.exports = { ], ], themeConfig: { + announcementBar: { + id: 'support_ukraine', + content: + 'Support Ukraine πŸ‡ΊπŸ‡¦ Help Provide Humanitarian Aid to Ukraine.', + backgroundColor: '#20232a', + textColor: '#fff', + isCloseable: false, + }, navbar: { title: 'Jest', items: [ diff --git a/website/src/pages/index.js b/website/src/pages/index.js index ab929cb94a38..0ab8788f28fb 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -301,15 +301,6 @@ class Index extends React.Component { {siteConfig.title} {siteConfig.titleDelimiter} {siteConfig.tagline} - -
- Support Ukraine πŸ‡ΊπŸ‡¦{' '} - - Help Provide Humanitarian Aid to Ukraine - - . -
-