From 77f9a019952b16880d09a518bf5e920866d4b820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Wed, 9 Apr 2025 07:05:24 +0000 Subject: [PATCH] Merged in fix/SW-2256-sidepeek-slug (pull request #1762) fix(SW-2256): change slugs * fix(SW-2256): change slugs Approved-by: Erik Tiekstra --- apps/scandic-web/types/components/hotelPage/facilities.ts | 6 +++--- apps/scandic-web/types/components/hotelPage/hotelPage.ts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/scandic-web/types/components/hotelPage/facilities.ts b/apps/scandic-web/types/components/hotelPage/facilities.ts index 4c217f250..1fd87af96 100644 --- a/apps/scandic-web/types/components/hotelPage/facilities.ts +++ b/apps/scandic-web/types/components/hotelPage/facilities.ts @@ -38,9 +38,9 @@ export type CardGridProps = { } export enum FacilityCardTypeEnum { - wellness = "wellness-and-exercise", - conference = "meetings-and-conferences", - restaurant = "restaurant-and-bar", + wellness = "wellness", + conference = "meetings", + restaurant = "restaurants", } export enum RestaurantHeadings { diff --git a/apps/scandic-web/types/components/hotelPage/hotelPage.ts b/apps/scandic-web/types/components/hotelPage/hotelPage.ts index 177819d3b..cba8c41d4 100644 --- a/apps/scandic-web/types/components/hotelPage/hotelPage.ts +++ b/apps/scandic-web/types/components/hotelPage/hotelPage.ts @@ -6,7 +6,7 @@ export interface HotelPageProps { export enum SidepeekSlugs { about = "about", amenities = "amenities", - restaurant = "restaurant-and-bar", - meetings = "meetings-and-conferences", - wellness = "wellness-and-exercise", + restaurant = "restaurants", + meetings = "meetings", + wellness = "wellness", }