We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407a61d commit 9fe4177Copy full SHA for 9fe4177
1 file changed
frontend/src/app/[locale]/layout.tsx
@@ -87,7 +87,7 @@ export default async function RootLayout({
87
style={{ backgroundSize: '100vw 100vh' }}
88
>
89
<NextIntlClientProvider>
90
- <CampaignBanner/>
+ {/* <CampaignBanner/> */}
91
<Header />
92
<main className="flex-1">
93
{children}
0 commit comments