Add ref to filter out downloads due to upgrade notification (#233)

This commit is contained in:
Evan Simkowitz 2024-01-16 19:11:37 -05:00 committed by GitHub
parent 422338c04b
commit 6fa799daf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -255,7 +255,7 @@ class MainSideBar extends React.Component<{}, {}> {
<If condition={needsUpdate}>
<div
className="item hoverEffect unselectable updateBanner"
onClick={() => openLink("https://www.waveterm.dev/download")}
onClick={() => openLink("https://www.waveterm.dev/download?ref=upgrade")}
>
<i className="fa-sharp fa-regular fa-circle-up icon" />
Update Available