We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9129a5 commit 38b50d8Copy full SHA for 38b50d8
website/docusaurus.config.ts
@@ -73,21 +73,6 @@ const siteConfig: Config = {
73
theme: require('./static/scripts/monokaiTheme.js'),
74
},
75
image: 'img/redux-logo-landscape.png',
76
- announcementBar: {
77
- id: 'redux-dev-course',
78
- content: `
79
- <a href="https://redux.dev">
80
- <img
81
- src="/img/course-callout-wide.svg"
82
- alt="Redux.dev - a new course by Mark Erikson + ui.dev - Learn more"
83
- style="margin-top: 5px;"
84
- />
85
- </a>
86
- `,
87
- backgroundColor: '#fafbfc',
88
- textColor: '#091E42',
89
- isCloseable: false,
90
- },
91
navbar: {
92
title: 'React Redux',
93
logo: {
0 commit comments