feat(SW-350): Update design for booking widget

This commit is contained in:
Pontus Dreij
2024-10-02 15:36:58 +02:00
parent a5400c1498
commit b9410327a4
6 changed files with 9 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ export default async function RootLayout({
<SkipToMainContent />
<ServerIntlProvider intl={{ defaultLocale, locale, messages }}>
{header}
<BookingWidget />
<BookingWidget type="full" />
{children}
<Footer />
<TokenRefresher />