diff --git a/components/manage/manage-sidebar.tsx b/components/manage/manage-sidebar.tsx index ee9c334..5c9de1a 100644 --- a/components/manage/manage-sidebar.tsx +++ b/components/manage/manage-sidebar.tsx @@ -6,7 +6,9 @@ import { UsersIcon, CpuIcon, Gamepad2Icon, + HardDriveIcon, MessageSquareIcon, + MessageSquarePlusIcon, FlagIcon, BarChart3Icon, LayoutDashboardIcon, @@ -34,10 +36,22 @@ const navItems: NavItem[] = [ label: "Hardware", icon: CpuIcon, }, + { + type: "link", + href: "/manage/storage", + label: "Storage", + icon: HardDriveIcon, + }, { type: "link", href: "/manage/games", label: "Games", icon: Gamepad2Icon }, { type: "divider" }, { type: "section", label: "Moderation" }, { type: "link", href: "/manage/reports", label: "Reports", icon: FlagIcon }, + { + type: "link", + href: "/manage/suggestions", + label: "Suggestions", + icon: MessageSquarePlusIcon, + }, { type: "link", href: "/manage/benchmarks",