Skip to content

Commit

Permalink
[NO CHANGELOG] [Add Tokens Widget] Fix review screen to token (#2370)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimi-imtbl authored Nov 6, 2024
1 parent 130205f commit 9e6223d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,8 @@ export function Review({
<FramedImage
use={(
<img
src={toChain?.nativeCurrency.iconUrl}
alt={toChain?.nativeCurrency.name}
src={route.route.estimate.toToken.logoURI}
alt={route.route.estimate.toToken.name}
/>
)}
circularFrame
Expand Down

0 comments on commit 9e6223d

Please sign in to comment.