diff --git a/app/admin/layout.tsx b/app/admin/layout.tsx
index 5ff8e6dd..8d52db75 100644
--- a/app/admin/layout.tsx
+++ b/app/admin/layout.tsx
@@ -14,6 +14,11 @@ import {
KeyRound,
Puzzle,
SwatchBook,
+ Mail,
+ Calendar,
+ BookUser,
+ HardDrive,
+ ArrowLeft,
} from 'lucide-react';
import { cn } from '@/lib/utils';
import { useConfig } from '@/hooks/use-config';
@@ -139,7 +144,56 @@ export default function AdminLayout({ children }: { children: React.ReactNode })
return (
- {/* Sidebar */}
+ {/* Slim webmail nav rail */}
+
+
+ {/* Admin Sidebar */}