Skip to content

Commit

Permalink
refactor: Update App.tsx to adjust the margin-bottom of the CONNECT s…
Browse files Browse the repository at this point in the history
…ection
  • Loading branch information
daniel-vahn committed May 15, 2024
1 parent 81811ad commit 1c532d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function App() {
</div>
</div>
</div>
<div className="p-2 mb-2">
<div className="p-2 mb-4">
<PrimaryButton
title="Connect Your Wallet"
callback={skip}
Expand Down

0 comments on commit 1c532d1

Please sign in to comment.