Skip to content

Commit bcc11b4

Browse files
fix v1 banner to 2.0 (tauri-apps#2783)
Co-authored-by: Lucas Nogueira <[email protected]>
1 parent 7524b07 commit bcc11b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const navbarItems = [
132132
dropdownItemsAfter: [
133133
{
134134
href: 'https://v2.tauri.app/',
135-
label: 'v2 (RC)',
135+
label: 'v2',
136136
target: '_self',
137137
},
138138
],
@@ -250,7 +250,7 @@ async function siteConfig() {
250250
},
251251
announcementBar: {
252252
content:
253-
"<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>",
253+
"<b>🚀 <a id='announcement-link' href='https://v2.tauri.app/'>Tauri 2.0</a> has launched!</b>",
254254
backgroundColor: 'var(--ifm-color-primary)',
255255
textColor: 'var(--ifm-button-color)',
256256
},

0 commit comments

Comments
 (0)