Compare commits
No commits in common. "fbb574b7f8759dec91765f0830aad4da896c00e4" and "6d40ccb0d2bfc7ed8274b9b446fe135adcd0f62b" have entirely different histories.
fbb574b7f8
...
6d40ccb0d2
@ -8,6 +8,7 @@ export function Layout({ children, showFooter = true }) {
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<Banner />
|
||||
<main className="flex-auto">{children}</main>
|
||||
<Bottom />
|
||||
{showFooter && <Footer2 />}
|
||||
|
Loading…
Reference in New Issue
Block a user