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:
@@ -79,7 +79,11 @@ export default function ParkingInformation({
|
||||
</div>
|
||||
</div>
|
||||
{parking.externalParkingUrl && showExternalParkingButton && (
|
||||
<ButtonLink href={parking.externalParkingUrl} target="_blank">
|
||||
<ButtonLink
|
||||
typography="Body/Paragraph/mdBold"
|
||||
href={parking.externalParkingUrl}
|
||||
target="_blank"
|
||||
>
|
||||
{intl.formatMessage({ defaultMessage: "Book parking" })}
|
||||
<MaterialIcon icon="open_in_new" color="CurrentColor" />
|
||||
</ButtonLink>
|
||||
|
||||
Reference in New Issue
Block a user