Update layout

This commit is contained in:
Lee 2022-11-23 10:44:52 +00:00
parent 63ac7aef69
commit de897fd7da
No known key found for this signature in database
GPG Key ID: 6EA25896ECCB3121

@ -4,7 +4,7 @@ export default function Layout({ children }) {
return ( return (
<div className="bg-[#080808] text-white"> <div className="bg-[#080808] text-white">
<NavBar></NavBar> <NavBar></NavBar>
<div className="h-screen">{children}</div> <div>{children}</div>
</div> </div>
); );
} }