Skip to content

Commit

Permalink
switch web links back to www
Browse files Browse the repository at this point in the history
  • Loading branch information
sawka committed Sep 19, 2024
1 parent 4d6f038 commit eab78a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/wavetermdev/waveterm"
},
"homepage": "https://legacy.waveterm.dev",
"homepage": "https://www.waveterm.dev",
"build": {
"appId": "dev.commandline.wavelegacy"
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/common/modals/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class AboutModal extends React.Component<{}, {}> {
<img src={logo} alt="logo" />
</div>
<div className="text-wrapper">
<div>Wave Terminal</div>
<div>Wave Terminal (Legacy)</div>
<div className="text-standard">
Open-Source AI-Native Terminal
<br />
Expand All @@ -88,7 +88,7 @@ class AboutModal extends React.Component<{}, {}> {
</LinkButton>
<LinkButton
className="secondary solid"
href={util.makeExternLink("https://legacy.waveterm.dev/")}
href={util.makeExternLink("https://www.waveterm.dev/")}
target="_blank"
leftIcon={<i className="fa-sharp fa-light fa-globe"></i>}
>
Expand Down

0 comments on commit eab78a1

Please sign in to comment.