From 9d910c715c03439cc35187e710fd2b96850035fd Mon Sep 17 00:00:00 2001 From: daniel-vahn Date: Thu, 23 May 2024 10:24:28 +0200 Subject: [PATCH] refactor: Remove SkipButton from App.tsx and update ConnectOverlay component to use button element for disconnect button --- src/App.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index c904843..c845d09 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -238,7 +238,6 @@ function App() { >
- {connectionState === 'connected' && ( )} @@ -280,10 +279,7 @@ function App() {

HORRAY!

-

- {account || - '0xcccodoiuwqbqjßq21jruß2rß120j'} -

+

{account}