diff --git a/apps/user/src/sections/user/payment/stripe.tsx b/apps/user/src/sections/user/payment/stripe.tsx index 248b632..18ac75e 100644 --- a/apps/user/src/sections/user/payment/stripe.tsx +++ b/apps/user/src/sections/user/payment/stripe.tsx @@ -365,6 +365,8 @@ const CheckoutForm: React.FC> = ({ alt={qrCodeMap[method] || t(`qrcode.${method}`, `Scan with ${method}`)} className="mx-auto h-[208px] w-[208px]" src={qrCodeImageDataUrl} + width={208} + height={208} /> ) : (