This commit is contained in:
@@ -31,9 +31,9 @@ export default async function SiteLayout({ children, params: { locale } }: SiteL
|
||||
|
||||
return (
|
||||
<div className="flex min-h-screen flex-col">
|
||||
<Navbar />
|
||||
<Navbar isAdmin={authenticated} />
|
||||
<main className="flex-1">{children}</main>
|
||||
<Footer />
|
||||
<Footer isAdmin={authenticated} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user