{hotelAddress.streetAddress}
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} @@ -115,10 +116,7 @@ export default async function RestaurantSidebar({ <> {phoneNumber} {hotelAddress.country === Country.Finland ? ( -{intl.formatMessage({ defaultMessage: "Price 0,16 €/min + local call charges", diff --git a/apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx b/apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx index 184cb42ac..d9cc5cd08 100644 --- a/apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx +++ b/apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx @@ -60,6 +60,7 @@ export default function MegaMenu({ {seeAllLink?.link ? ( diff --git a/apps/scandic-web/components/HotelReservation/BookingConfirmation/Receipt/Room/index.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Receipt/Room/index.tsx index 24bb3b91b..2d4c2e14e 100644 --- a/apps/scandic-web/components/HotelReservation/BookingConfirmation/Receipt/Room/index.tsx +++ b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Receipt/Room/index.tsx @@ -100,6 +100,7 @@ export default function ReceiptRoom({ href="" size="small" textDecoration="underline" + variant="icon" > {intl.formatMessage({ defaultMessage: "Reservation policy", diff --git a/apps/scandic-web/components/JsonToHtml/renderOptions.tsx b/apps/scandic-web/components/JsonToHtml/renderOptions.tsx index 24c8e42dd..0d7520585 100644 --- a/apps/scandic-web/components/JsonToHtml/renderOptions.tsx +++ b/apps/scandic-web/components/JsonToHtml/renderOptions.tsx @@ -420,6 +420,7 @@ export const renderOptions: RenderOptions = { href={node.attrs.href} textDecoration="underline" target="_blank" + variant="icon" {...props} > {next( diff --git a/apps/scandic-web/components/MyPages/Profile/MembershipCards/index.tsx b/apps/scandic-web/components/MyPages/Profile/MembershipCards/index.tsx index b18d3e129..bb8ac4d07 100644 --- a/apps/scandic-web/components/MyPages/Profile/MembershipCards/index.tsx +++ b/apps/scandic-web/components/MyPages/Profile/MembershipCards/index.tsx @@ -78,7 +78,7 @@ export default async function MembershipCardSlot() {