diff --git a/services/web-ui/public/shell.jsx b/services/web-ui/public/shell.jsx index d777fca..a369108 100644 --- a/services/web-ui/public/shell.jsx +++ b/services/web-ui/public/shell.jsx @@ -2,6 +2,7 @@ const NAV_TREE = [ { id: "home", label: "Home", icon: "home" }, + { id: "dashboard", label: "Dashboard", icon: "library" }, { id: "library", label: "Library", icon: "library" }, { id: "projects", label: "Projects", icon: "folder" }, { @@ -96,8 +97,8 @@ function Sidebar({ active, onNavigate }) { return (