Skip to content

Commit

Permalink
chore: 관리자 페이지의 페이지 카테고리 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
llddang committed Dec 8, 2024
1 parent fe866de commit d7403f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/data/adminCategory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const adminCategories: CategoryDto[] = [
sub: [{ title: '팀빌딩 목록', url: '/admin/team-building', key: 'team-building-list' }],
},
{
title: '대회 관리',
title: '해커톤 관리',
url: '/admin/hackathon',
sub: [
{ title: '해커톤 목록', url: '/admin/hackathon', key: 'hackathon-list' },
Expand Down

0 comments on commit d7403f5

Please sign in to comment.