Skip to content

Commit

Permalink
Refactor UI layout in App.tsx, fix flex layout issue, and update bala…
Browse files Browse the repository at this point in the history
…nce display
  • Loading branch information
daniel-vahn committed May 2, 2024
1 parent 8849d47 commit 6492915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function App() {
</div>
)}
{view === View.CONNECTED && (
<div>
<>
<div className="components-container mb-2">
<BackButton goBack={goBack} />
<Avatar src={avatarTable} height="60%" />
Expand Down Expand Up @@ -287,7 +287,7 @@ function App() {
title="Open my Wallet"
callback={openWallet}
/>
</div>
</>
)}
{view === View.WALLET && (
<div>
Expand Down

0 comments on commit 6492915

Please sign in to comment.