Merge pull request #1810 from RafaelTaranto/fix/svg-loading-usdc

LAM-1336 fix: loading svg on usdc
This commit is contained in:
Rafael Taranto 2025-03-21 18:26:45 +00:00 committed by GitHub
commit 21241ffbbd

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'