Skip to content

Commit

Permalink
Merge pull request #127 from Principes-Artis-Mechanicae/FIX/GETP-320
Browse files Browse the repository at this point in the history
fix: 프로필 드롭 다운 메뉴 이름 수정
  • Loading branch information
toothlessdev authored Nov 24, 2024
2 parents c26894a + 36ccf14 commit 2f27a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get-p-client/src/apps/constants/profileMenuItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const profileMenu = (memberType: MemberType | null): IProfileMenuItem[] =
},
{
id: 2,
text: "관심피플",
text: "좋아요한 피플",
to: "/people?page=1&size=10&sort=peopleId,desc&liked=true",
},
{
Expand Down Expand Up @@ -49,7 +49,7 @@ export const profileMenu = (memberType: MemberType | null): IProfileMenuItem[] =
},
{
id: 3,
text: "관심 프로젝트",
text: "좋아요한 프로젝트",
to: "/projects?page=1&size=6&sort=projectId,desc&liked=true",
},
{
Expand Down

0 comments on commit 2f27a1c

Please sign in to comment.