From 41f0553993b8b7205e9585395d2ed50d8b9723a5 Mon Sep 17 00:00:00 2001 From: Iris Date: Thu, 18 Sep 2025 19:34:44 +0200 Subject: [PATCH 1/2] feat: add message --- components/UI/navbar.tsx | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/components/UI/navbar.tsx b/components/UI/navbar.tsx index 951d8f9d..4d378128 100644 --- a/components/UI/navbar.tsx +++ b/components/UI/navbar.tsx @@ -91,9 +91,7 @@ const Navbar: FunctionComponent = () => { // Autoconnect useEffect(() => { const connectToStarknet = async () => { - if ( - !localStorage.getItem("SQ-connectedWallet") - ) { + if (!localStorage.getItem("SQ-connectedWallet")) { connectWallet(); } else { const connectordId = localStorage.getItem("SQ-connectedWallet"); @@ -180,7 +178,14 @@ const Navbar: FunctionComponent = () => { return ( <> -