diff --git a/frontend/src/components/layout/Sidebar.tsx b/frontend/src/components/layout/Sidebar.tsx index 425e4a5b..846c34b5 100644 --- a/frontend/src/components/layout/Sidebar.tsx +++ b/frontend/src/components/layout/Sidebar.tsx @@ -10,7 +10,8 @@ import { Menu, Settings, User, - LogOut + LogOut, + FolderSearch } from 'lucide-react'; interface SidebarProps { @@ -20,6 +21,7 @@ interface SidebarProps { } const navItems = [ + { icon: , label: 'Analyze Repo', path: '/' }, { icon: , label: 'Dashboard', path: '/dashboard' }, { icon: , label: 'Bot Integration', path: '/integration' }, { icon: , label: 'Contributors', path: '/contributors' },