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 {
wellness = "wellness-and-exercise",
conference = "meetings-and-conferences",
restaurant = "restaurant-and-bar",
wellness = "wellness",
conference = "meetings",
restaurant = "restaurants",
}
export enum RestaurantHeadings {

View File

@@ -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",
}