Fix version upgrade notifier

This commit is contained in:
Andrei Pohilko
2025-07-07 13:37:36 +01:00
parent 285cc1fe1e
commit f22c84c288

View File

@@ -90,12 +90,6 @@ export default function Header() {
<li> <li>
<DropDown <DropDown
items={[ items={[
{
id: "1",
text: "Support chat",
icon: <BsSlack />,
onClick: openSupportChat,
},
{ {
id: "2", id: "2",
text: "Project Page", text: "Project Page",
@@ -124,7 +118,7 @@ export default function Header() {
]} ]}
/> />
</li> </li>
{statusData?.CurVer !== statusData?.LatestVer ? ( {"v"+statusData?.CurVer !== statusData?.LatestVer ? (
<li className="min-w-[130px]"> <li className="min-w-[130px]">
<a <a
href="https://github.com/komodorio/helm-dashboard/releases" href="https://github.com/komodorio/helm-dashboard/releases"