Update src/app/admin/layout.tsx

This commit is contained in:
2026-05-30 18:45:56 +00:00
parent 2614ba0ade
commit 7bcefd8601

View File

@@ -47,13 +47,13 @@ export default function AdminLayout({
<NavbarStyleApple
navItems={[
{
name: "Home", href: "/"},
name: "Home", id: "/"},
{
name: "Admin Dashboard", href: "/admin"},
{
name: "Logout", onClick: handleLogout,
},
name: "Admin Dashboard", id: "/admin"},
]}
button={{
text: "Logout", onClick: handleLogout,
}}
brandName="Admin Panel"
/>
</div>