From 091c46f85c92062e1691cbc9bc904a826b299423 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Tue, 26 Aug 2025 05:58:01 +0000 Subject: [PATCH] feat(SW-1558): Added link to static map on hotel pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Approved-by: Matilda Landström --- .../components/ContentType/HotelPage/index.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/apps/scandic-web/components/ContentType/HotelPage/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/index.tsx index 4c43e1f9b..4519e93a1 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/index.tsx @@ -3,6 +3,7 @@ import { Suspense } from "react" import { dt } from "@scandic-hotels/common/dt" import { safeTry } from "@scandic-hotels/common/utils/safeTry" +import Link from "@scandic-hotels/design-system/Link" import { getHotel, @@ -237,11 +238,13 @@ export default async function HotelPage({ hotelId }: HotelPageProps) {