From c61ddaf94daee2f28f10eb366a6565c166d814b1 Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Thu, 15 Jan 2026 09:17:35 +0000 Subject: [PATCH] Merged in fix/preload-restaurant-links-off (pull request #3442) Fix/preload restaurant links off * fix(restaurantlinks): disable prefetch * fix(restaurantlinks): disable prefetch --- .../RestaurantBar/RestaurantBarItem/RestaurantBarItemLinks.tsx | 1 + .../SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/RestaurantBarItemLinks.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/RestaurantBarItemLinks.tsx index f7f6cca0d..faf869b81 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/RestaurantBarItemLinks.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/RestaurantBarItemLinks.tsx @@ -30,6 +30,7 @@ export function RestaurantBarItemLinks({ color="Primary" size="md" href={bookTableUrl} + prefetch={false} target="_blank" onClick={() => trackClick("book a table", { restaurantName })} fullWidth diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx index d4d712b0c..96bec39c8 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx @@ -81,7 +81,7 @@ export default async function RestaurantBarItem({