chore(SW-302): add dynamic restaurant title

This commit is contained in:
Matilda Landström
2024-09-17 17:56:19 +02:00
parent ea11d3d9b0
commit 6c88d3431a
5 changed files with 115 additions and 27 deletions

View File

@@ -1,9 +1,12 @@
export enum HotelHashValues {
export enum HotelHashValues { // Should these be translated?
overview = "#overview",
rooms = "#rooms-section",
restaurant = "#restaurant-and-bar",
meetings = "#meetings-and-conferences",
wellness = "#wellness-and-exercise",
activities = "#activities",
faq = "#faq",
}
export type TabNavigationProps = {
restaurantRefData: { href: any; title: string }
}