Skip to content

Commit

Permalink
Update balance display and currency symbol in App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed Apr 26, 2024
1 parent af389f7 commit 32b8ad9
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 @@ -293,7 +293,7 @@ function App() {
</p>
<p className="balance-details-value">
<span style={{ color: '#707579' }}>
$
ETH
</span>
{balance || 0}
</p>
Expand Down

0 comments on commit 32b8ad9

Please sign in to comment.