mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-26 14:28:04 +00:00
Lint
This commit is contained in:
@@ -4,11 +4,10 @@ import DropDown from "../components/common/DropDown";
|
||||
import WatcherIcon from "../assets/k8s-watcher.svg";
|
||||
import ShutDownButton from "../components/ShutDownButton";
|
||||
import {
|
||||
BsSlack,
|
||||
BsGithub,
|
||||
BsArrowRepeat,
|
||||
BsBraces,
|
||||
BsBoxArrowUpRight,
|
||||
BsBraces,
|
||||
BsGithub,
|
||||
} from "react-icons/bs";
|
||||
import { useGetApplicationStatus } from "../API/other";
|
||||
import LinkWithSearchParams from "../components/LinkWithSearchParams";
|
||||
@@ -25,10 +24,6 @@ export default function Header() {
|
||||
|
||||
const location = useLocation();
|
||||
|
||||
const openSupportChat = () => {
|
||||
window.open("https://app.slack.com/client/T03Q4H8PCRW", "_blank");
|
||||
};
|
||||
|
||||
const openProjectPage = () => {
|
||||
window.open("https://github.com/komodorio/helm-dashboard", "_blank");
|
||||
};
|
||||
@@ -118,7 +113,7 @@ export default function Header() {
|
||||
]}
|
||||
/>
|
||||
</li>
|
||||
{"v"+statusData?.CurVer !== statusData?.LatestVer ? (
|
||||
{"v" + statusData?.CurVer !== statusData?.LatestVer ? (
|
||||
<li className="min-w-[130px]">
|
||||
<a
|
||||
href="https://github.com/komodorio/helm-dashboard/releases"
|
||||
|
||||
Reference in New Issue
Block a user