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