Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user