Merged in fix/update-health-card-script (pull request #2821)

fix: update scripted text on health facility card

* fix: update scripted text on health facility card


Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Landström
2025-09-17 08:57:49 +00:00
parent 1e566e59f7
commit d6addd2398

View File

@@ -4,6 +4,7 @@ import type {
HealthFacilities,
} from "@scandic-hotels/trpc/types/hotel"
import type { ActivitiesCard } from "@scandic-hotels/trpc/types/hotelPage"
import type { CardProps } from "@/components/TempDesignSystem/Card/card"
export type FacilitiesProps = {
@@ -56,7 +57,7 @@ export enum RestaurantHeadings {
}
export enum WellnessHeadings {
generic = "You got this!",
generic = "Here's to your health!",
GymPool = "Gym & Pool",
GymSauna = "Gym & Sauna",
GymPoolSaunaRelax = "Gym, Pool, Sauna & Relax",