fix: loading svg on usdc

This commit is contained in:
Rafael Taranto 2025-03-21 18:25:52 +00:00
parent 0992f93882
commit d89d4ddf37

View file

@ -9,7 +9,7 @@ import LitecoinLogo from 'src/styling/logos/icon-litecoin-colour.svg?react'
import MoneroLogo from 'src/styling/logos/icon-monero-colour.svg?react'
import TetherLogo from 'src/styling/logos/icon-tether-colour.svg?react'
import TronLogo from 'src/styling/logos/icon-tron-colour.svg?react'
import USDCLogo from 'src/styling/logos/icon-usdc-colour.svg'
import USDCLogo from 'src/styling/logos/icon-usdc-colour.svg?react'
import ZCashLogo from 'src/styling/logos/icon-zcash-colour.svg?react'
import { Button } from 'src/components/buttons'