We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe2bed commit 1d046c8Copy full SHA for 1d046c8
1 file changed
src/app/layout.tsx
@@ -60,10 +60,9 @@ export default function RootLayout({
60
<ToastProvider>
61
<Navbar />
62
<main style={{ padding: "2rem 0" }}>{children}</main>
63
- {/* AdBanner temporarily disabled due to width calculation issues */}
64
- {/* <div style={{ maxWidth: '1200px', margin: '0 auto', textAlign: 'center' }}>
+ <div style={{ maxWidth: '1200px', margin: '0 auto', textAlign: 'center' }}>
65
<AdBanner dataAdSlot="3325660893" />
66
- </div> */}
+ </div>
67
</ToastProvider>
68
</UndoProvider>
69
</ThemeProvider>
0 commit comments