From b70d933c7354a9c18c68bda37774fa8ced6802b7 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Thu, 3 Apr 2025 09:28:27 +0000 Subject: [PATCH] fix(SW-2122): Added correct credit card icon Approved-by: Michael Zetterberg --- apps/scandic-web/constants/booking.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scandic-web/constants/booking.tsx b/apps/scandic-web/constants/booking.tsx index f08b96ed8..e1992dca9 100644 --- a/apps/scandic-web/constants/booking.tsx +++ b/apps/scandic-web/constants/booking.tsx @@ -105,7 +105,7 @@ export const PAYMENT_METHOD_ICONS: Record< keyof typeof PaymentMethodEnum, string > = { - card: "/_static/icons/payment/mastercard.svg", + card: "/_static/icons/payment/card-generic.svg", swish: "/_static/icons/payment/swish.svg", vipps: "/_static/icons/payment/vipps.svg", mobilePay: "/_static/icons/payment/mobilepay.svg",