diff --git a/client/components/admin/AdminSidebar.tsx b/client/components/admin/AdminSidebar.tsx
index 1542e48e..67d79fa6 100644
--- a/client/components/admin/AdminSidebar.tsx
+++ b/client/components/admin/AdminSidebar.tsx
@@ -93,6 +93,59 @@ export default function AdminSidebar({
},
],
},
+ {
+ label: "Staff Resources",
+ items: [
+ {
+ id: "announcements",
+ label: "Announcements",
+ icon: ,
+ onClick: () => (window.location.href = "/staff/announcements"),
+ },
+ {
+ id: "knowledge-base",
+ label: "Knowledge Base",
+ icon: ,
+ onClick: () => (window.location.href = "/staff/knowledge-base"),
+ },
+ {
+ id: "team-handbook",
+ label: "Team Handbook",
+ icon: ,
+ onClick: () => (window.location.href = "/staff/team-handbook"),
+ },
+ {
+ id: "learning-portal",
+ label: "Learning Portal",
+ icon: ,
+ onClick: () => (window.location.href = "/staff/learning-portal"),
+ },
+ {
+ id: "project-tracking",
+ label: "Project Tracking",
+ icon: ,
+ onClick: () => (window.location.href = "/staff/project-tracking"),
+ },
+ {
+ id: "performance-reviews",
+ label: "Performance Reviews",
+ icon: ,
+ onClick: () => (window.location.href = "/staff/performance-reviews"),
+ },
+ {
+ id: "expense-reports",
+ label: "Expense Reports",
+ icon: ,
+ onClick: () => (window.location.href = "/staff/expense-reports"),
+ },
+ {
+ id: "marketplace",
+ label: "Internal Marketplace",
+ icon: ,
+ onClick: () => (window.location.href = "/staff/marketplace"),
+ },
+ ],
+ },
{
label: "Platform",
items: [