fix: add translations for at the hotel
This commit is contained in:
@@ -21,7 +21,7 @@ export default async function AmenitiesList({
|
||||
return (
|
||||
<section className={styles.amenitiesContainer}>
|
||||
{/*TODO: Update to "Subtitle 2" once we have the new tokens. */}
|
||||
<Subtitle color="black">At the hotel</Subtitle>
|
||||
<Subtitle color="black">{formatMessage({ id: "At the hotel" })}</Subtitle>
|
||||
<div className={styles.amenityItemList}>
|
||||
{sortedAmenities.map((facility) => {
|
||||
const IconComponent = mapFacilityToIcon(facility.name)
|
||||
|
||||
Reference in New Issue
Block a user