diff --git a/app/[lang]/(live)/layout.tsx b/app/[lang]/(live)/layout.tsx index 8e29be5b0..1c5c9794f 100644 --- a/app/[lang]/(live)/layout.tsx +++ b/app/[lang]/(live)/layout.tsx @@ -61,13 +61,12 @@ export default async function RootLayout({ - - {!env.HIDE_FOR_NEXT_RELEASE && <>{sitewidealert}} - {header} - {!env.HIDE_FOR_NEXT_RELEASE && <>{bookingwidget}} - {children} - {footer} - + + {!env.HIDE_FOR_NEXT_RELEASE && <>{sitewidealert}} + {header} + {!env.HIDE_FOR_NEXT_RELEASE && <>{bookingwidget}} + {children} + {footer} diff --git a/app/[lang]/(live-current)/layout.tsx b/app/[lang]/(live-current)/layout.tsx index ff8099726..539d345ba 100644 --- a/app/[lang]/(live-current)/layout.tsx +++ b/app/[lang]/(live-current)/layout.tsx @@ -66,14 +66,13 @@ export default async function RootLayout({ - - {header} - - {children} -