fix(SW-1971): now closes mobile menu on clicking the find booking link

removed useless class usage

added customer service url to link
This commit is contained in:
Christian Andolf
2025-03-19 16:31:38 +01:00
parent 0666b62a4c
commit 9a37a2f4c0
4 changed files with 40 additions and 30 deletions

View File

@@ -6,4 +6,5 @@ export interface HeaderLinkProps extends React.PropsWithChildren {
href: LinkProps["href"]
iconName: IconName | null
iconSize?: number
onClick?: VoidFunction
}