Add Projects page for team members with search, nav under Requests
This commit is contained in:
@@ -6,6 +6,7 @@ function TeamNav({ onNav }) {
|
||||
const primaryLinks = [
|
||||
{ to: '/dashboard', label: 'Dashboard' },
|
||||
{ to: '/requests', label: 'Requests' },
|
||||
{ to: '/team-projects', label: 'Projects' },
|
||||
{ to: '/file-sharing', label: 'File Sharing' },
|
||||
{ to: '/companies', label: 'Clients & Users' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user