From d33b175b64bdac873e0ce1d2cc773a791a62bc94 Mon Sep 17 00:00:00 2001 From: sid <35936587+siddharth-shringarpure@users.noreply.github.com> Date: Sat, 26 Oct 2024 16:02:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Partially=20fixed=20bugs=20with?= =?UTF-8?q?=20connecting=20to=20wallet=20button.=20Removed=20one=20button?= =?UTF-8?q?=20state=20for=20simplicity.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/custom/header.tsx | 15 ++++- components/scripts/MetaMask.tsx | 35 +++-------- package-lock.json | 108 +------------------------------- 3 files changed, 24 insertions(+), 134 deletions(-) diff --git a/components/custom/header.tsx b/components/custom/header.tsx index 910e978..656fcca 100644 --- a/components/custom/header.tsx +++ b/components/custom/header.tsx @@ -40,21 +40,30 @@ const Header = () => {