Skip to content

Commit

Permalink
Update balance display in App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed Apr 30, 2024
1 parent aefc967 commit 9ae3732
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 @@ -271,7 +271,7 @@ function App() {
content="The balance your wallet is currently holding."
/>
</div>
<div className="text-2xl font-bold">
<div className="text-2xl font-bold mb-4">
{balance || 0}
</div>
</div>
Expand Down

0 comments on commit 9ae3732

Please sign in to comment.