Skip to content

Commit 1b822f5

Browse files
authored
Remove Redux course banner (#5072)
1 parent a277da3 commit 1b822f5

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

website/docusaurus.config.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,6 @@ const config: Config = {
8585
colorMode: {
8686
respectPrefersColorScheme: true,
8787
},
88-
announcementBar: {
89-
id: 'redux-dev-course',
90-
content: `
91-
<a href="https://redux.dev">
92-
<img
93-
src="/img/course-callout-wide.svg"
94-
alt="Redux.dev - a new course by Mark Erikson + ui.dev - Learn more"
95-
style="margin-top: 5px;"
96-
/>
97-
</a>
98-
`,
99-
backgroundColor: '#fafbfc',
100-
textColor: '#091E42',
101-
isCloseable: false,
102-
},
10388
navbar: {
10489
title: 'Redux Toolkit',
10590
logo: {

0 commit comments

Comments
 (0)