Skip to content

Commit eff8efa

Browse files
committed
refactor: src/shared/types/navigation.ts의 재정의한 순서에 맞게 동기화
1 parent 4813185 commit eff8efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/constants/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export const getNavItems = (role: Role): NavItemData[] => {
1414
return [
1515
...commonItems,
1616
{ key: 'applicants', label: '지원자 관리', to: '/admin/clubs/:clubId/dashboard' },
17-
{ key: 'clubEdit', label: '동아리페이지 관리', to: '/admin/clubs/:clubId/edit' },
1817
{ key: 'form', label: '지원폼 관리', to: '/admin/clubs/:clubId/application/form/create' },
18+
{ key: 'clubEdit', label: '동아리페이지 관리', to: '/admin/clubs/:clubId/edit' },
1919
{ key: 'members', label: '동아리원 관리', to: '/admin/clubs/:clubId/members' },
2020
{ key: 'logout', label: '로그아웃', to: '#' },
2121
];

0 commit comments

Comments
 (0)