modifed admin dashboard

This commit is contained in:
2025-12-12 12:57:02 -05:00
parent 7f59e8fb27
commit 4e74a38287
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
NEXT_PUBLIC_API_BASE_URL=http://localhost:8080
# Middleware to limited site to only root page
NEXT_PUBLIC_LAUNCH_ONLY_ROOT=true
NEXT_PUBLIC_LAUNCH_ONLY_ROOT=false
# Brevo API key for beta sign up collection
BREVO_API_KEY=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
+1 -1
View File
@@ -2,7 +2,7 @@
NEXT_PUBLIC_API_BASE_URL=http://localhost:8080
# Middleware to limited site to only root page
NEXT_PUBLIC_LAUNCH_ONLY_ROOT=true
NEXT_PUBLIC_LAUNCH_ONLY_ROOT=false
# Brevo API key for beta sign up collection
BREVO_API_KEY=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
+7 -1
View File
@@ -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