feat(SW-68): change classname
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
background-color: var(--Scandic-Brand-Warm-White);
|
||||
}
|
||||
|
||||
.hotelSection {
|
||||
.hotelCards {
|
||||
display: grid;
|
||||
gap: var(--Spacing-x4);
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ export default async function SelectHotelPage({
|
||||
</Link>
|
||||
<HotelFilter filters={hotelFilters} />
|
||||
</section>
|
||||
<section className={styles.hotelSection}>
|
||||
<section className={styles.hotelCards}>
|
||||
{hotels.map((hotel) => (
|
||||
<HotelCard key={hotel.name} hotel={hotel} />
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user