diff --git a/src/components/sections/NodeCard.tsx b/src/components/sections/NodeCard.tsx index b960829..b31e603 100644 --- a/src/components/sections/NodeCard.tsx +++ b/src/components/sections/NodeCard.tsx @@ -8,7 +8,6 @@ import { import type { NodeWithStatus } from "@/types/node"; import { Link } from "react-router-dom"; import { CpuIcon, MemoryStickIcon, HardDriveIcon } from "lucide-react"; -import Flag from "./Flag"; import { Tag } from "../ui/tag"; import { useNodeCommons } from "@/hooks/useNodeCommons"; import { ProgressBar } from "../ui/progress-bar"; @@ -48,7 +47,6 @@ export const NodeCard = ({
- {node.os}
- -
+
{node.name}
diff --git a/src/pages/instance/index.tsx b/src/pages/instance/index.tsx index 01bd23d..dfc084f 100644 --- a/src/pages/instance/index.tsx +++ b/src/pages/instance/index.tsx @@ -9,7 +9,6 @@ import Instance from "./Instance"; const LoadCharts = lazy(() => import("./LoadCharts")); const PingChart = lazy(() => import("./PingChart")); import Loading from "@/components/loading"; -import Flag from "@/components/sections/Flag"; import { useAppConfig } from "@/config"; import { useIsMobile } from "@/hooks/useMobile"; @@ -119,7 +118,6 @@ const InstancePage = () => {
- {node.name}