From d89d4ddf379084f6a55f2d1b481ce6de66eab548 Mon Sep 17 00:00:00 2001 From: Rafael Taranto Date: Fri, 21 Mar 2025 18:25:52 +0000 Subject: [PATCH] fix: loading svg on usdc --- new-lamassu-admin/src/pages/Wallet/WizardSplash.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-lamassu-admin/src/pages/Wallet/WizardSplash.jsx b/new-lamassu-admin/src/pages/Wallet/WizardSplash.jsx index 1e362d40..cae7a4e2 100644 --- a/new-lamassu-admin/src/pages/Wallet/WizardSplash.jsx +++ b/new-lamassu-admin/src/pages/Wallet/WizardSplash.jsx @@ -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'