Skip to content

Commit

Permalink
chore: Re-enable announcement banner.
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Feb 3, 2024
1 parent 548e7e0 commit 8035648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,12 @@ async function siteConfig() {
disableSwitch: false,
respectPrefersColorScheme: true,
},
/* announcementBar: {
announcementBar: {
content:
"<b>🚀 <a id='announcement-link' href='https://beta.tauri.app/blog/tauri-1-5/'>Tauri 1.5</a> has launched!</b>",
"<b>🚀 The <a id='announcement-link' href='https://beta.tauri.app/blog/tauri-2-0-0-beta/'>Beta for Tauri 2.0</a> has launched!</b>",
backgroundColor: 'var(--ifm-color-primary)',
textColor: 'var(--ifm-button-color)',
}, */
},
navbar: {
hideOnScroll: false,
logo: {
Expand Down

0 comments on commit 8035648

Please sign in to comment.