From b9410327a43138998c1932a218d3dfe437d85c6b Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Wed, 2 Oct 2024 15:36:58 +0200 Subject: [PATCH] feat(SW-350): Update design for booking widget --- app/[lang]/(live)/@bookingwidget/page.tsx | 2 +- app/[lang]/(live)/layout.tsx | 1 + app/[lang]/(live-current)/layout.tsx | 2 +- .../Forms/BookingWidget/FormContent/formContent.module.css | 1 + components/Forms/BookingWidget/form.module.css | 2 +- components/TempDesignSystem/Text/Caption/caption.module.css | 4 ++++ 6 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/[lang]/(live)/@bookingwidget/page.tsx b/app/[lang]/(live)/@bookingwidget/page.tsx index 13a414cba..b2dd7e1b6 100644 --- a/app/[lang]/(live)/@bookingwidget/page.tsx +++ b/app/[lang]/(live)/@bookingwidget/page.tsx @@ -13,5 +13,5 @@ export default async function BookingWidgetPage() { return null } - return + return } diff --git a/app/[lang]/(live)/layout.tsx b/app/[lang]/(live)/layout.tsx index 3704178c4..fffe0a0b0 100644 --- a/app/[lang]/(live)/layout.tsx +++ b/app/[lang]/(live)/layout.tsx @@ -2,6 +2,7 @@ import "@/app/globals.css" import "@scandic-hotels/design-system/style.css" import Script from "next/script" +import React from "react" import { env } from "@/env/server" import TrpcProvider from "@/lib/trpc/Provider" diff --git a/app/[lang]/(live-current)/layout.tsx b/app/[lang]/(live-current)/layout.tsx index ec3be8b3c..ac6deaf17 100644 --- a/app/[lang]/(live-current)/layout.tsx +++ b/app/[lang]/(live-current)/layout.tsx @@ -65,7 +65,7 @@ export default async function RootLayout({ {header} - + {children}