fix(SW-1181): change hotel description text
This commit is contained in:
@@ -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[] = [
|
||||
|
||||
Reference in New Issue
Block a user