From b45fc7eb4a5bb65e68a00fa675cbc8fe0b860ab5 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Thu, 8 Aug 2024 14:12:44 +0200 Subject: [PATCH] feat(SW-68): change classname --- .../(public)/hotelreservation/select-hotel/page.module.css | 2 +- .../(live)/(public)/hotelreservation/select-hotel/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.module.css b/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.module.css index d5e160c9c..f66d9891b 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.module.css +++ b/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.module.css @@ -7,7 +7,7 @@ background-color: var(--Scandic-Brand-Warm-White); } -.hotelSection { +.hotelCards { display: grid; gap: var(--Spacing-x4); } diff --git a/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx b/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx index 64bbb5b77..33f736487 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx +++ b/app/[lang]/(live)/(public)/hotelreservation/select-hotel/page.tsx @@ -50,7 +50,7 @@ export default async function SelectHotelPage({ -
+
{hotels.map((hotel) => ( ))}