Skip to content

Commit

Permalink
Remove extra token button
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Sep 9, 2024
1 parent d7a8593 commit 30462e6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ export function TokenButton({
disabled={disabled}
>
<div className="flex items-center gap-2">
<span className="text-xl font-light sm:text-3xl">
{tokenSymbol}
</span>
<span className="text-xl font-light">{tokenSymbol}</span>
{!disabled && (
<ChevronDownIcon
Expand Down

0 comments on commit 30462e6

Please sign in to comment.