Skip to content

Commit 97d4461

Browse files
authored
Merge pull request #2257 from reduxjs/docs/remove-banner
Remove Redux course banner
2 parents a9129a5 + 38b50d8 commit 97d4461

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
@@ -73,21 +73,6 @@ const siteConfig: Config = {
7373
theme: require('./static/scripts/monokaiTheme.js'),
7474
},
7575
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-
},
9176
navbar: {
9277
title: 'React Redux',
9378
logo: {

0 commit comments

Comments
 (0)