From ed2a21a51f65dc59c22303f3318e1d30567205c0 Mon Sep 17 00:00:00 2001 From: codytseng Date: Fri, 17 Jan 2025 17:20:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=92=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/RelayInfo/index.tsx | 4 ++-- src/pages/secondary/RelaySettingsPage/index.tsx | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/RelayInfo/index.tsx b/src/components/RelayInfo/index.tsx index 43f4921a..5daa247c 100644 --- a/src/components/RelayInfo/index.tsx +++ b/src/components/RelayInfo/index.tsx @@ -19,8 +19,8 @@ export default function RelayInfo({ url }: { url: string }) {
- - {relayInfo.name &&
{relayInfo.name}
} + + {relayInfo.name &&
{relayInfo.name}
}
{!!relayInfo.tags?.length && diff --git a/src/pages/secondary/RelaySettingsPage/index.tsx b/src/pages/secondary/RelaySettingsPage/index.tsx index 69a3d4d7..119a193c 100644 --- a/src/pages/secondary/RelaySettingsPage/index.tsx +++ b/src/pages/secondary/RelaySettingsPage/index.tsx @@ -9,17 +9,17 @@ export default function RelaySettingsPage({ index }: { index?: number }) { return ( - + - {t('Relay Sets')} {t('Read & Write Relays')} + {t('Relay Sets')} - - - + + + )