Skip to content

Commit

Permalink
refactor: Remove SkipButton from App.tsx and update ConnectOverlay co…
Browse files Browse the repository at this point in the history
…mponent to use button element for disconnect button
  • Loading branch information
daniel-vahn committed May 23, 2024
1 parent 57901b3 commit 9d910c7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ function App() {
>
<div className="flex justify-between">
<BackButton goBack={goBack} />
<SkipButton skip={skip} />
{connectionState === 'connected' && (
<SkipButton skip={skip} />
)}
Expand Down Expand Up @@ -280,10 +279,7 @@ function App() {
<div className="flex flex-col bg-white pt-4 px-8 pb-2 min-h-fit gap-2 rounded-t-3xl rounded-b-xl shadow-custom-white">
<h2 className="headline">HORRAY!</h2>
<div className="text-xs break-all font-semibold text-center text-customGrayAddress">
<p className="my-0 mx-auto">
{account ||
'0xcccodoiuwqbqjßq21jruß2rß120j'}
</p>
<p className="my-0 mx-auto">{account}</p>
</div>
<div className="flex justify-center items-center max-w-10 my-0 mx-auto">
<img
Expand Down

0 comments on commit 9d910c7

Please sign in to comment.