Skip to content

Commit

Permalink
fix synth balance info. (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
peiman3 authored Dec 13, 2024
1 parent e627da7 commit c76e38d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions liquidity/ui/src/components/Synths/Synths.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ export function Synths() {
py={3}
>
Token
<Tooltip label="Total synth balance in your wallet">
<InfoIcon ml={1} mb="1px" />
</Tooltip>
</Th>
<Th
textTransform="unset"
Expand All @@ -113,6 +110,9 @@ export function Synths() {
py={3}
>
Synth balance
<Tooltip label="Total synth balance in your wallet">
<InfoIcon ml={1} mb="1px" />
</Tooltip>
</Th>
<Th
textTransform="unset"
Expand Down

0 comments on commit c76e38d

Please sign in to comment.