{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 2ec90aab4..fc5b8a346 100644 --- a/apps/scandic-web/components/JsonToHtml/renderOptions.tsx +++ b/apps/scandic-web/components/JsonToHtml/renderOptions.tsx @@ -87,7 +87,7 @@ export const renderOptions: RenderOptions = { return ( + {next(node.children, embeds, fullRenderOptions)} ) @@ -416,10 +416,11 @@ export const renderOptions: RenderOptions = { return ( {next( @@ -466,7 +467,7 @@ export const renderOptions: RenderOptions = { return ( - + {children}