Skip to content

Commit cc2563b

Browse files
committed
Remove Redux course banner
1 parent 77e0602 commit cc2563b

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
@@ -27,21 +27,6 @@ const config: Config = {
2727
colorMode: {
2828
disableSwitch: false
2929
},
30-
announcementBar: {
31-
id: 'redux-dev-course',
32-
content: `
33-
<a href="https://redux.dev">
34-
<img
35-
src="/img/course-callout-wide.svg"
36-
alt="Redux.dev - a new course by Mark Erikson + ui.dev - Learn more"
37-
style="margin-top: 5px;"
38-
/>
39-
</a>
40-
`,
41-
backgroundColor: '#fafbfc',
42-
textColor: '#091E42',
43-
isCloseable: false
44-
},
4530
navbar: {
4631
title: 'Redux',
4732
logo: {

0 commit comments

Comments
 (0)