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 3, 2024
1 parent 6492915 commit 9737250
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,12 @@ function App() {
</div>
</div>
</div>
<PrimaryButton
title="Add to your Home Screen"
callback={skip}
/>
<div className="p-2 mb-2">
<PrimaryButton
title="Add to your Home Screen"
callback={skip}
/>
</div>
</>
)}
{view === View.CONNECT && (
Expand Down Expand Up @@ -283,10 +285,12 @@ function App() {
</div>
</div>
</div>
<PrimaryButton
title="Open my Wallet"
callback={openWallet}
/>
<div className="p-2 mb-2">
<PrimaryButton
title="Open my Wallet"
callback={openWallet}
/>
</div>
</>
)}
{view === View.WALLET && (
Expand Down

0 comments on commit 9737250

Please sign in to comment.