From d07bf22e9485593e6e5f731c7e861624d0d46fc1 Mon Sep 17 00:00:00 2001 From: David Klakurka Date: Mon, 22 Jun 2026 00:21:14 -0700 Subject: [PATCH] Fixed sideshift currency icons --- react/lib/components/Widget/AltpaymentWidget.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/react/lib/components/Widget/AltpaymentWidget.tsx b/react/lib/components/Widget/AltpaymentWidget.tsx index 3dcd3f8a..989d5872 100644 --- a/react/lib/components/Widget/AltpaymentWidget.tsx +++ b/react/lib/components/Widget/AltpaymentWidget.tsx @@ -6,6 +6,7 @@ import { resolveNumber, CryptoCurrency, DECIMALS } from '../../util' import { Button, animation } from '../Button/Button' import { Socket } from 'socket.io-client' import { AltpaymentCoin, AltpaymentError, AltpaymentPair, AltpaymentShift } from '../../altpayment' +import { SIDESHIFT_BASE_URL } from '../../altpayment/sideshift' import { sideShiftLogo, copyIcon } from './SideShiftLogo' interface AltpaymentProps { @@ -426,7 +427,7 @@ export const AltpaymentWidget: React.FunctionComponent = props