Simplify layout by directly rendering children without a wrapping <main> element.
This commit is contained in:
@@ -17,7 +17,7 @@ export default function RootLayout(
|
||||
<html lang="de">
|
||||
<body className={inter.className}>
|
||||
<Navbar/>
|
||||
<main>{children}</main>
|
||||
{children}
|
||||
<Footer/>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user