Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Feb 3, 2025
1 parent 2b8cfc4 commit 8441e2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function BalanceWidget({
data-account-name={account.name}
className="value"
>
{visibility ? totalValue : '•••••'}
{visibility ? totalValue : '$•••••'}
</Text>
</Tooltip>
<VisibilityButton
Expand Down

0 comments on commit 8441e2b

Please sign in to comment.