Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Oct 18, 2024
1 parent 6004a6f commit c39e9ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions components/dialogs/transfer/default-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,8 @@ export function DefaultForm({
{isDeposit ? (
<>
<TokenIcon
ticker="ARB"
size={16}
ticker="ARB"
/>
Arbitrum
</>
Expand Down Expand Up @@ -591,8 +591,8 @@ export function DefaultForm({
<div className="flex items-center gap-1 text-sm text-muted-foreground">
Balance on&nbsp;
<TokenIcon
ticker="WETH"
size={16}
ticker="WETH"
/>
Ethereum
</div>
Expand Down
4 changes: 2 additions & 2 deletions components/dialogs/transfer/usdc-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@ export function USDCForm({
<div className="flex items-center gap-1 text-sm text-muted-foreground">
Balance on&nbsp;
<TokenIcon
ticker="ARB"
size={16}
ticker="ARB"
/>
Arbitrum
</div>
Expand Down Expand Up @@ -741,8 +741,8 @@ export function USDCForm({
<div className="flex items-center gap-1 text-sm text-muted-foreground">
Balance on&nbsp;
<TokenIcon
ticker="WETH"
size={16}
ticker="WETH"
/>
Ethereum
</div>
Expand Down
4 changes: 2 additions & 2 deletions components/dialogs/transfer/weth-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,8 @@ export function WETHForm({
{isDeposit ? (
<>
<TokenIcon
ticker="ARB"
size={16}
ticker="ARB"
/>
Arbitrum
</>
Expand Down Expand Up @@ -802,8 +802,8 @@ export function WETHForm({
<div className="flex items-center gap-1 text-sm text-muted-foreground">
Balance on&nbsp;
<TokenIcon
ticker="WETH"
size={16}
ticker="WETH"
/>
Ethereum
</div>
Expand Down

0 comments on commit c39e9ce

Please sign in to comment.