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:
@@ -4,6 +4,7 @@ import type {
|
|||||||
HealthFacilities,
|
HealthFacilities,
|
||||||
} from "@scandic-hotels/trpc/types/hotel"
|
} from "@scandic-hotels/trpc/types/hotel"
|
||||||
import type { ActivitiesCard } from "@scandic-hotels/trpc/types/hotelPage"
|
import type { ActivitiesCard } from "@scandic-hotels/trpc/types/hotelPage"
|
||||||
|
|
||||||
import type { CardProps } from "@/components/TempDesignSystem/Card/card"
|
import type { CardProps } from "@/components/TempDesignSystem/Card/card"
|
||||||
|
|
||||||
export type FacilitiesProps = {
|
export type FacilitiesProps = {
|
||||||
@@ -56,7 +57,7 @@ export enum RestaurantHeadings {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export enum WellnessHeadings {
|
export enum WellnessHeadings {
|
||||||
generic = "You got this!",
|
generic = "Here's to your health!",
|
||||||
GymPool = "Gym & Pool",
|
GymPool = "Gym & Pool",
|
||||||
GymSauna = "Gym & Sauna",
|
GymSauna = "Gym & Sauna",
|
||||||
GymPoolSaunaRelax = "Gym, Pool, Sauna & Relax",
|
GymPoolSaunaRelax = "Gym, Pool, Sauna & Relax",
|
||||||
|
|||||||
Reference in New Issue
Block a user