summaryrefslogtreecommitdiff
path: root/components/project/ProjectNav.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-10-17 08:09:35 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-10-17 08:09:35 +0000
commitbea9853efe30c393b0d030bc552c1f5bbb838835 (patch)
tree820e12543f847bbcdc8d55b575016c535fb299c6 /components/project/ProjectNav.tsx
parent1540eac291761ffd8fc1947ed626e4e4a4407922 (diff)
(대표님) 데이터룸 관련 개발사항
Diffstat (limited to 'components/project/ProjectNav.tsx')
-rw-r--r--components/project/ProjectNav.tsx14
1 files changed, 7 insertions, 7 deletions
diff --git a/components/project/ProjectNav.tsx b/components/project/ProjectNav.tsx
index c62f760e..1654c30d 100644
--- a/components/project/ProjectNav.tsx
+++ b/components/project/ProjectNav.tsx
@@ -89,13 +89,13 @@ export function ProjectNav({ projectId }: ProjectNavProps) {
active: pathname?.includes('stats') ,
requireRole: ['owner'],
},
- {
- label: 'Settings',
- icon: Settings,
- href: `/evcp/data-room/${projectId}/settings`,
- active: pathname?.includes('settiings') ,
- requireRole: ['owner', 'admin'],
- },
+ // {
+ // label: 'Settings',
+ // icon: Settings,
+ // href: `/evcp/data-room/${projectId}/settings`,
+ // active: pathname?.includes('settiings') ,
+ // requireRole: ['owner', 'admin'],
+ // },
];
const visibleNavItems = navItems.filter(item =>