diff --git a/src/components/proxy/proxy-item-mini.tsx b/src/components/proxy/proxy-item-mini.tsx index 59b0e6e3..fbe0bd45 100644 --- a/src/components/proxy/proxy-item-mini.tsx +++ b/src/components/proxy/proxy-item-mini.tsx @@ -66,7 +66,7 @@ export const ProxyItemMini = (props: Props) => { title={`${proxy.name}\n${proxy.now ?? ""}`} className="group relative flex h-16 cursor-pointer items-center justify-between rounded-lg border bg-card p-3 shadow-sm transition-colors duration-200 hover:bg-accent data-[selected=true]:ring-2 data-[selected=true]:ring-primary" > -
{proxy.name}
{showType && (