Skip to content

Commit

Permalink
feat: change banner to point to 1.5 release blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Sep 28, 2023
1 parent 606467d commit c0afce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ async function siteConfig() {
},
announcementBar: {
content:
"<b>🚀 <a id='announcement-link' href='/blog/2023/06/14/tauri-1-4'>Tauri 1.4</a> has launched!</b>",
"<b>🚀 <a id='announcement-link' href='https://beta.tauri.app/blog/tauri-1-5/'>Tauri 1.5</a> has launched!</b>",
backgroundColor: 'var(--ifm-color-primary)',
textColor: 'var(--ifm-button-color)',
},
Expand Down

0 comments on commit c0afce0

Please sign in to comment.