diff --git a/bun.lockb b/bun.lockb index cdc2370..05958b7 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/ServerCardInline.tsx b/components/ServerCardInline.tsx index 70fe641..e862812 100644 --- a/components/ServerCardInline.tsx +++ b/components/ServerCardInline.tsx @@ -12,6 +12,8 @@ import { cn, formatBytes, formatNezhaInfo } from "@/lib/utils"; import { useTranslations } from "next-intl"; import Link from "next/link"; +import { Separator } from "./ui/separator"; + export default function ServerCardInline({ serverInfo, }: { @@ -35,7 +37,7 @@ export default function ServerCardInline({ )} >
@@ -47,7 +49,7 @@ export default function ServerCardInline({ > {showFlag ? : null} -
+

+
{showFlag ? : null}
-
+