Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
chloezxyy committed Jul 23, 2024
1 parent 8355f7a commit f2fd3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dex/[poolpairId]/_components/PoolPairDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function TokenDetailsItem(props: {
data-testid={props.testId}
>
<span className="flex items-center dark:text-gray-400">
<TokenIcon className="mr-2 w-4 h-4" />{" "}
<TokenIcon className="mr-2 w-4 h-4" />
{renameTokenSymbol(props.displaySymbol)}
</span>
<NumericFormat
Expand Down

0 comments on commit f2fd3f5

Please sign in to comment.