From c30941096558f388022f8a012c9a7600ebaa7532 Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Sat, 24 Feb 2024 15:39:29 +0800 Subject: [PATCH] chore: change style --- src/components/proxy/proxy-item.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/proxy/proxy-item.tsx b/src/components/proxy/proxy-item.tsx index b96635f1..079f245a 100644 --- a/src/components/proxy/proxy-item.tsx +++ b/src/components/proxy/proxy-item.tsx @@ -99,10 +99,10 @@ export const ProxyItem = (props: Props) => { title={proxy.name} secondary={ <> - {proxy.name} - {showType && proxy.now && ( - {proxy.now} - )} + + {proxy.name} + {showType && proxy.now && ` - ${proxy.now}`} + {showType && !!proxy.provider && ( {proxy.provider} )}