Compare commits

..

No commits in common. "fbb574b7f8759dec91765f0830aad4da896c00e4" and "6d40ccb0d2bfc7ed8274b9b446fe135adcd0f62b" have entirely different histories.

View File

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