style: clean up the root layout code
This commit is contained in:
parent
61c9c4313d
commit
c6979c7c33
1 changed files with 0 additions and 21 deletions
|
@ -5,27 +5,6 @@ export default function RootLayout({ children }) {
|
|||
return (
|
||||
<div className="flex flex-col min-h-screen">
|
||||
<Header />
|
||||
{/*<Header
|
||||
docLinks={[
|
||||
{
|
||||
href: "/",
|
||||
target: "_self",
|
||||
label: "Home"
|
||||
},
|
||||
{
|
||||
href: "/docs",
|
||||
target: "_self",
|
||||
label: "Docs",
|
||||
sub: true
|
||||
},
|
||||
{
|
||||
href: "/blog",
|
||||
target: "_self",
|
||||
label: "Blog",
|
||||
sub: true
|
||||
}
|
||||
]}
|
||||
/>*/}
|
||||
<div className="flex-grow flex-1 overflow-x-hidden">{children}</div>
|
||||
<Footer />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue