remove banner
This commit is contained in:
		@@ -8,7 +8,6 @@ export function Layout({ children, showFooter = true }) {
 | 
			
		||||
  return (
 | 
			
		||||
    <>
 | 
			
		||||
      <Header />
 | 
			
		||||
      <Banner />
 | 
			
		||||
      <main className="flex-auto">{children}</main>
 | 
			
		||||
      <Bottom />
 | 
			
		||||
      {showFooter && <Footer2 />}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user