Merged in fix/SW-2256-sidepeek-slug (pull request #1762)

fix(SW-2256): change slugs

* fix(SW-2256): change slugs


Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Landström
2025-04-09 07:05:24 +00:00
parent c41dea4118
commit 77f9a01995
2 changed files with 6 additions and 6 deletions

View File

@@ -38,9 +38,9 @@ export type CardGridProps = {
} }
export enum FacilityCardTypeEnum { export enum FacilityCardTypeEnum {
wellness = "wellness-and-exercise", wellness = "wellness",
conference = "meetings-and-conferences", conference = "meetings",
restaurant = "restaurant-and-bar", restaurant = "restaurants",
} }
export enum RestaurantHeadings { export enum RestaurantHeadings {

View File

@@ -6,7 +6,7 @@ export interface HotelPageProps {
export enum SidepeekSlugs { export enum SidepeekSlugs {
about = "about", about = "about",
amenities = "amenities", amenities = "amenities",
restaurant = "restaurant-and-bar", restaurant = "restaurants",
meetings = "meetings-and-conferences", meetings = "meetings",
wellness = "wellness-and-exercise", wellness = "wellness",
} }