Merged in fix/refactor-hotel-details (pull request #2513)

- Use new tokens
- Make button text bold in parking information (as in Figma)
- Make local call charges a reusable component
- Adds mountain facility icon
- Hide “Follow us” when the hotel doesn’t have any linked socials, to avoid empty heading


Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Landström
2025-07-04 06:57:52 +00:00
parent 9e1cc66f95
commit 55622f582c
11 changed files with 123 additions and 126 deletions

View File

@@ -260,6 +260,8 @@ export function IconByIconName({
return <MaterialIcon icon="kayaking" {...props} />
case IconName.Kettle:
return <MaterialIcon icon="kettle" {...props} />
case IconName.Landscape:
return <MaterialIcon icon="landscape" {...props} />
case IconName.Lamp:
return <MaterialIcon icon="floor_lamp" {...props} />
case IconName.LaundryMachine: