From 47a39747ad5bf401bfb59ed3aea11216bc8cb2c2 Mon Sep 17 00:00:00 2001 From: Sid Vishnoi <8426945+sidvishnoi@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:21:47 +0530 Subject: [PATCH] style improvements --- src/popup/components/ConnectWalletForm.tsx | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/src/popup/components/ConnectWalletForm.tsx b/src/popup/components/ConnectWalletForm.tsx index fc088ba9..0d40ade8 100644 --- a/src/popup/components/ConnectWalletForm.tsx +++ b/src/popup/components/ConnectWalletForm.tsx @@ -404,23 +404,13 @@ const AutoKeyAddConsent: React.FC<{ const t = useTranslation(); return (
-

- {t('connectWalletKeyService_text_consent')} -

+

{t('connectWalletKeyService_text_consent')}

-
- -