diff options
Diffstat (limited to 'components/project/ProjectDashboard.tsx')
| -rw-r--r-- | components/project/ProjectDashboard.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/project/ProjectDashboard.tsx b/components/project/ProjectDashboard.tsx index 581b7b95..12515903 100644 --- a/components/project/ProjectDashboard.tsx +++ b/components/project/ProjectDashboard.tsx @@ -348,10 +348,10 @@ export function ProjectDashboard({ projectId }: ProjectDashboardProps) { <UserPlus className="h-4 w-4 mr-2" /> Add Member </Button> - <Button variant="outline"> + {/* <Button variant="outline"> <Settings className="h-4 w-4 mr-2" /> Settings - </Button> + </Button> */} </div> )} </div> |
