modifed admin dashboard
This commit is contained in:
@@ -8,9 +8,10 @@ import {
|
||||
Boxes,
|
||||
Store,
|
||||
Users,
|
||||
Settings,
|
||||
Settings, LucideMail,
|
||||
} from "lucide-react";
|
||||
|
||||
|
||||
const navItems = [
|
||||
{
|
||||
label: "Dashboard",
|
||||
@@ -47,6 +48,11 @@ const navItems = [
|
||||
href: "/admin/settings",
|
||||
icon: <Settings className="h-4 w-4" />,
|
||||
},
|
||||
{
|
||||
label: "Email Request",
|
||||
href: "/admin/email",
|
||||
icon: <LucideMail className="h-4 w-4" />,
|
||||
},
|
||||
];
|
||||
|
||||
// ADMIN CHECK FOR LOGIN
|
||||
|
||||
Reference in New Issue
Block a user