fix: add translations for at the hotel

This commit is contained in:
Chuma McPhoy
2024-07-08 11:34:07 +02:00
parent e4e65922a7
commit d76cea3fcd
7 changed files with 7 additions and 1 deletions

View File

@@ -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)