Skip to content

Commit

Permalink
issue #27: token symbol use · instead of .
Browse files Browse the repository at this point in the history
  • Loading branch information
blackskin18 committed Jun 6, 2023
1 parent e7230f5 commit 1486dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/ui/TokenSymbol/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const TokenSymbol = ({ token }: { token: string }) => {
</sup>
{
(pool.TOKEN_R !== baseToken || Number(id) === POOL_IDS.C) &&
<span className='font-size-14'>.{tokens[wrapToNativeAddress(pool.TOKEN_R)]?.symbol}</span>
<span className='font-size-14'>·{tokens[wrapToNativeAddress(pool.TOKEN_R)]?.symbol}</span>
}
</React.Fragment>
}
Expand Down

0 comments on commit 1486dd7

Please sign in to comment.