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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user