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,
|
||||
} 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",
|
||||
|
||||
Reference in New Issue
Block a user