Skip to content

Commit 6582ef1

Browse files
committed
upd: corrected migrating button
1 parent 9c81181 commit 6582ef1

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

packages/client/public/token/launchup.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Loading

packages/client/src/components/trade.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ export default function Trade({ token }: { token: IToken }) {
507507
isExecutingSwap
508508
? "/token/swapdown.svg"
509509
: isMigrating
510-
? "/token/launchup.svg"
510+
? "/token/migrating.svg"
511511
: "/token/swapup.svg"
512512
}
513513
alt="Generate"

0 commit comments

Comments
 (0)