From 811362175c244b9f72dd7df2eadc623e47e11749 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sat, 18 Oct 2025 09:17:44 +0200 Subject: [PATCH] feat: hide Extension button when Bunker input is shown - Extension button now hidden when bunker input is visible - Reduces visual clutter and confusion - Clear focus on the active login method --- src/components/LoginOptions.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/components/LoginOptions.tsx b/src/components/LoginOptions.tsx index 30e79191..fea68d0d 100644 --- a/src/components/LoginOptions.tsx +++ b/src/components/LoginOptions.tsx @@ -84,14 +84,16 @@ const LoginOptions: React.FC = () => {

- + {!showBunkerInput && ( + + )} {!showBunkerInput ? (