Skip to content

Commit 42cf3d1

Browse files
authored
Remove survey from announcement bar (#1069)
1 parent 7db4773 commit 42cf3d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,12 @@ async function siteConfig() {
270270
disableSwitch: false,
271271
respectPrefersColorScheme: true,
272272
},
273-
announcementBar: {
274-
content:
275-
"<b>Give your feedback in the <a id='announcement-link' href='https://tripetto.app/run/7NCT3QTC00'>Tauri 2022 Community Survey</a>!</b>",
276-
backgroundColor: 'var(--ifm-color-primary)',
277-
textColor: 'var(--ifm-button-color)',
278-
},
273+
// announcementBar: {
274+
// content:
275+
// "<b>Give your feedback in the <a id='announcement-link' href='https://tripetto.app/run/7NCT3QTC00'>Tauri 2022 Community Survey</a>!</b>",
276+
// backgroundColor: 'var(--ifm-color-primary)',
277+
// textColor: 'var(--ifm-button-color)',
278+
// },
279279
navbar: {
280280
hideOnScroll: false,
281281
logo: {

0 commit comments

Comments
 (0)