Remove admin alerts and settings pages
Deleted the admin alerts and settings pages and removed their links and icons from the admin sidebar configuration. This streamlines the admin dashboard by eliminating unused or deprecated sections.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Home, Shield, Users, Ban, UserPlus, Package, Settings, BarChart3, AlertTriangle } from "lucide-react"
|
||||
import { Home, Shield, Users, Ban, UserPlus, Package, BarChart3 } from "lucide-react"
|
||||
|
||||
export const adminSidebarConfig = [
|
||||
{
|
||||
@@ -20,8 +20,6 @@ export const adminSidebarConfig = [
|
||||
title: "System",
|
||||
items: [
|
||||
{ name: "Recent Orders", href: "/dashboard/admin/orders", icon: Package },
|
||||
{ name: "System Alerts", href: "/dashboard/admin/alerts", icon: AlertTriangle },
|
||||
{ name: "Settings", href: "/dashboard/admin/settings", icon: Settings },
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user