Merge branch 'development'

This commit is contained in:
2024-10-29 23:07:51 +01:00

View File

@@ -8,7 +8,6 @@ export function Layout({ children, showFooter = true }) {
return (
<>
<Header />
<Banner />
<main className="flex-auto">{children}</main>
<Bottom />
{showFooter && <Footer2 />}