Merge branch 'development'
This commit is contained in:
commit
fbb574b7f8
@ -8,7 +8,6 @@ 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