diff --git a/ui/components/landing/lightning-payment-workflow.tsx b/ui/components/landing/lightning-payment-workflow.tsx index 82b91d69..60bdb6a9 100644 --- a/ui/components/landing/lightning-payment-workflow.tsx +++ b/ui/components/landing/lightning-payment-workflow.tsx @@ -1,6 +1,7 @@ 'use client'; import { type JSX, useCallback, useState } from 'react'; +import Image from 'next/image'; import { Copy, Zap, CheckCircle, Loader2 } from 'lucide-react'; import { toast } from 'sonner'; import QRCode from 'qrcode'; @@ -408,10 +409,13 @@ export function LightningPaymentWorkflow({ {createQRCode && (
- QR Code
)} @@ -527,10 +531,13 @@ export function LightningPaymentWorkflow({ {topupQRCode && (
- QR Code
)}