From 1f769456c80605a2543b0bc70ff99706b43b2dcd Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 28 Oct 2024 19:35:27 +0530 Subject: [PATCH] fix: remove extra margin --- src/components/organisms/ProxyForm.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/organisms/ProxyForm.tsx b/src/components/organisms/ProxyForm.tsx index 491c92bb..29b9534c 100644 --- a/src/components/organisms/ProxyForm.tsx +++ b/src/components/organisms/ProxyForm.tsx @@ -144,12 +144,8 @@ const ProxyForm: React.FC = () => { {tabIndex === 0 && ( isProxyConfigured ? ( - - - - Current Proxy Configuration - - + + @@ -165,7 +161,6 @@ const ProxyForm: React.FC = () => {
-