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",
|
"type": "git",
|
||||||
"url": "https://github.com/wavetermdev/waveterm"
|
"url": "https://github.com/wavetermdev/waveterm"
|
||||||
},
|
},
|
||||||
"homepage": "https://legacy.waveterm.dev",
|
"homepage": "https://www.waveterm.dev",
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "dev.commandline.wavelegacy"
|
"appId": "dev.commandline.wavelegacy"
|
||||||
},
|
},
|
||||||
|
@ -68,7 +68,7 @@ class AboutModal extends React.Component<{}, {}> {
|
|||||||
<img src={logo} alt="logo" />
|
<img src={logo} alt="logo" />
|
||||||
</div>
|
</div>
|
||||||
<div className="text-wrapper">
|
<div className="text-wrapper">
|
||||||
<div>Wave Terminal</div>
|
<div>Wave Terminal (Legacy)</div>
|
||||||
<div className="text-standard">
|
<div className="text-standard">
|
||||||
Open-Source AI-Native Terminal
|
Open-Source AI-Native Terminal
|
||||||
<br />
|
<br />
|
||||||
@ -88,7 +88,7 @@ class AboutModal extends React.Component<{}, {}> {
|
|||||||
</LinkButton>
|
</LinkButton>
|
||||||
<LinkButton
|
<LinkButton
|
||||||
className="secondary solid"
|
className="secondary solid"
|
||||||
href={util.makeExternLink("https://legacy.waveterm.dev/")}
|
href={util.makeExternLink("https://www.waveterm.dev/")}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
leftIcon={<i className="fa-sharp fa-light fa-globe"></i>}
|
leftIcon={<i className="fa-sharp fa-light fa-globe"></i>}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user