Skip to content

Commit

Permalink
fix: icon link to main website
Browse files Browse the repository at this point in the history
Was previously pointing to the beta site which has since been moved.
  • Loading branch information
oneirocosm committed Sep 23, 2024
1 parent ac7bea9 commit 644a287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const config: Config = {
logo: {
src: "img/logo/wave-light.png",
srcDark: "img/logo/wave-dark.png",
href: "https://beta.waveterm.dev/",
href: "https://waveterm.dev/",
},
hideOnScroll: true,
items: [
Expand Down

0 comments on commit 644a287

Please sign in to comment.