diff --git a/components/ContentType/HotelPage/index.tsx b/components/ContentType/HotelPage/index.tsx index 38002af81..13030f130 100644 --- a/components/ContentType/HotelPage/index.tsx +++ b/components/ContentType/HotelPage/index.tsx @@ -78,7 +78,7 @@ export default async function HotelPage({ hotelId }: HotelPageProps) { const roomCategories = hotelData.included?.filter((item) => item.type === "roomcategories") || [] const images = gallery?.smallerImages - const description = hotelContent.texts.descriptions.short + const description = hotelContent.texts.descriptions.medium const activitiesCard = content?.[0]?.upcoming_activities_card || null const facilities: Facility[] = [