Skip to content

Commit

Permalink
fix: network logo path on smart chain withdraw
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Jul 20, 2022
1 parent 0afe18a commit 078de3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toolbox/withdraw/Withdraw.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export function Withdraw() {
{activeAccount && (
<div className="flex" style={{ width: '36rem' }}>
<div className={`bg-${network.name} flex items-center space-x-1 p-1 my-px pr-10 rounded-l-lg`}>
<img alt="..." src={`/image/${network.name}-1.svg`} className="w-7 h-7" />
<img alt="..." src={`/image/network/${network.name}.svg`} className="w-7 h-7" />
<div className="text-white capitalize">{network.name}</div>
<div className="text-white">Smart</div>
</div>
Expand Down

0 comments on commit 078de3d

Please sign in to comment.