diff --git a/components/HotelReservation/HotelCard/index.tsx b/components/HotelReservation/HotelCard/index.tsx index 6d7070257..f700f57f1 100644 --- a/components/HotelReservation/HotelCard/index.tsx +++ b/components/HotelReservation/HotelCard/index.tsx @@ -13,7 +13,13 @@ export default async function HotelCard({ hotel }: HotelCardProps) { const { formatMessage } = await getIntl() return (
- hotel image + {hotel.hotelContent.images.metaData.altText}
diff --git a/components/HotelReservation/SelectHotel/HotelFilter/index.tsx b/components/HotelReservation/SelectHotel/HotelFilter/index.tsx index 8b85cd28b..49da69bb5 100644 --- a/components/HotelReservation/SelectHotel/HotelFilter/index.tsx +++ b/components/HotelReservation/SelectHotel/HotelFilter/index.tsx @@ -11,8 +11,8 @@ export default async function HotelFilter({ filters }: HotelFilterProps) {