diff --git a/app/checkout/page.tsx b/app/checkout/page.tsx index d93e67f..87613ef 100644 --- a/app/checkout/page.tsx +++ b/app/checkout/page.tsx @@ -11,7 +11,7 @@ import { getSubscription } from '@/lib/api/billing' import { PLAN_PRICES, TRAFFIC_TIERS } from '@/lib/plans' import PlanSummary from '@/components/checkout/PlanSummary' import PaymentForm from '@/components/checkout/PaymentForm' -import pulseLogo from '@/public/pulse_logo_no_margins.png' +import pulseIcon from '@/public/pulse_icon_no_margins.png' // --------------------------------------------------------------------------- // Validation helpers @@ -174,15 +174,16 @@ function CheckoutContent() {
{cardErrors.cardHolder}
)}{cardErrors.cardNumber}
)}{cardErrors.expiryDate}
)}{cardErrors.verificationCode}
)}