Skip to content

Commit

Permalink
fix v1 banner to 2.0 (#2783)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Nogueira <[email protected]>
  • Loading branch information
tweidinger and lucasfernog authored Oct 2, 2024
1 parent 7524b07 commit bcc11b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const navbarItems = [
dropdownItemsAfter: [
{
href: 'https://v2.tauri.app/',
label: 'v2 (RC)',
label: 'v2',
target: '_self',
},
],
Expand Down Expand Up @@ -250,7 +250,7 @@ async function siteConfig() {
},
announcementBar: {
content:
"<b>🚀 The <a id='announcement-link' href='https://v2.tauri.app/blog/tauri-2-0-0-release-candidate/'>RC for Tauri 2.0</a> has launched!</b>",
"<b>🚀 <a id='announcement-link' href='https://v2.tauri.app/'>Tauri 2.0</a> has launched!</b>",
backgroundColor: 'var(--ifm-color-primary)',
textColor: 'var(--ifm-button-color)',
},
Expand Down

0 comments on commit bcc11b4

Please sign in to comment.