From 36ccf1484921a0f6bfb6ac21dcde40a5ff73d0d5 Mon Sep 17 00:00:00 2001 From: chae-won-shin Date: Sat, 9 Nov 2024 01:59:50 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=94=84=EB=A1=9C=ED=95=84=20=EB=93=9C?= =?UTF-8?q?=EB=A1=AD=20=EB=8B=A4=EC=9A=B4=20=EB=A9=94=EB=89=B4=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get-p-client/src/apps/constants/profileMenuItems.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get-p-client/src/apps/constants/profileMenuItems.ts b/get-p-client/src/apps/constants/profileMenuItems.ts index f6e11a91..c766e879 100644 --- a/get-p-client/src/apps/constants/profileMenuItems.ts +++ b/get-p-client/src/apps/constants/profileMenuItems.ts @@ -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", }, { @@ -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", }, {