Skip to content

Commit

Permalink
Merge pull request #11 from TripInfoWeb/dev_gathering
Browse files Browse the repository at this point in the history
fix: 모임 카테고리로 이동하는 경로 수정
  • Loading branch information
ssssksss authored Aug 10, 2024
2 parents 2f8a3d4 + cb91c10 commit 6eb8fe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ const menuGroups = [
<FontAwesomeIcon icon={faComments} />
</div>
),
label: "모임 서비스",
label: "모임 서비스",
route: "#",
children: [
{ label: "모임 카테고리", route: "/gather/category" },
{ label: "모임 관리❌", route: "/gather/management" },
{ label: "모임 카테고리", route: "/gathering/category" },
{ label: "모임 관리❌", route: "/gathering/management" },
],
},
{
Expand Down

0 comments on commit 6eb8fe0

Please sign in to comment.