diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 38fcbe4..4512aaa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -35,7 +35,7 @@ export default function RootLayout({children}: { children: React.ReactNode}) { function Banner () { return (
) }