From 78ec9e5d6c574e85405f7138782f39cce3a8a345 Mon Sep 17 00:00:00 2001 From: kunish Date: Fri, 11 Oct 2024 23:00:26 +0800 Subject: [PATCH] fix(proxies): proxy type should be positioned relative to the card --- src/components/ProxyNodeCard.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/components/ProxyNodeCard.tsx b/src/components/ProxyNodeCard.tsx index 219875c..51cd845 100644 --- a/src/components/ProxyNodeCard.tsx +++ b/src/components/ProxyNodeCard.tsx @@ -34,21 +34,19 @@ export const ProxyNodeCard = (props: { return (
-
-
- {formatProxyType(proxyNode()?.type)} -
+
+ {formatProxyType(proxyNode()?.type)} +
-
- {proxyName} -
+
+

{proxyName}