mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
switch web links back to www
This commit is contained in:
parent
4d6f038b3f
commit
eab78a175f
@ -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"
|
||||
},
|
||||
|
@ -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 />
|
||||
@ -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>}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user