From d0490abdd877802eaae161684db77c2a612641a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Tue, 10 Dec 2024 11:37:58 +0100 Subject: [PATCH] fix(SW-1181): change hotel description text --- components/ContentType/HotelPage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = [