From e5b4f9a28932bb12d2f03b557221349ca7f72e7d Mon Sep 17 00:00:00 2001 From: manNomi Date: Tue, 3 Feb 2026 01:27:06 +0900 Subject: [PATCH 1/6] =?UTF-8?q?=F0=9F=90=9B=20=EB=A9=98=ED=8B=B0=20?= =?UTF-8?q?=EC=8B=A0=EC=B2=AD=ED=95=98=EA=B8=B0=EB=A5=BC=20=EB=A9=98?= =?UTF-8?q?=ED=86=A0=EB=A7=81=20=EC=8B=A0=EC=B2=AD=ED=95=98=EA=B8=B0?= =?UTF-8?q?=EB=A1=9C=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/mentor/MentorCard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/mentor/MentorCard/index.tsx b/apps/web/src/components/mentor/MentorCard/index.tsx index a52a73ab..f78151d7 100644 --- a/apps/web/src/components/mentor/MentorCard/index.tsx +++ b/apps/web/src/components/mentor/MentorCard/index.tsx @@ -112,7 +112,7 @@ const MentorCard = ({ mentor, observeRef, isMine = false }: MentorCardProps) => onClick={() => id && handlePostApplyMentor(id)} className="flex h-10 w-1/2 flex-shrink-0 items-center justify-center gap-3 rounded-[20px] bg-primary px-5 py-2.5 text-white typo-medium-2" > - 멘티 신청하기 + 멘토링 신청하기 )} From 88c6168f0d8a2ef4b6d19e96d13188652a18159b Mon Sep 17 00:00:00 2001 From: manNomi Date: Tue, 3 Feb 2026 01:28:35 +0900 Subject: [PATCH 2/6] =?UTF-8?q?=F0=9F=90=9B=20=ED=95=A9=EA=B2=A9=20?= =?UTF-8?q?=EB=A0=88=EC=8B=9C=ED=94=BC=20=EC=A0=80=EC=9E=A5=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95=20=EB=B0=8F=20=ED=85=8D=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EC=9E=85=EB=A0=A5=20=EC=83=89=EC=83=81=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modify/_ui/ModifyContent/_hooks/useModifyHookForm.ts | 2 +- apps/web/src/app/mentor/modify/_ui/ModifyContent/index.tsx | 4 ++-- apps/web/src/types/mentor.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/src/app/mentor/modify/_ui/ModifyContent/_hooks/useModifyHookForm.ts b/apps/web/src/app/mentor/modify/_ui/ModifyContent/_hooks/useModifyHookForm.ts index 86bf3fda..5cda557b 100644 --- a/apps/web/src/app/mentor/modify/_ui/ModifyContent/_hooks/useModifyHookForm.ts +++ b/apps/web/src/app/mentor/modify/_ui/ModifyContent/_hooks/useModifyHookForm.ts @@ -24,7 +24,7 @@ const useModifyHookForm = (myMentorProfile: MentorCardPreview | null): UseModify reset({ channels, introduction: myMentorProfile.introduction, - passTip: "", + passTip: myMentorProfile.passTip ?? "", }); } else { // myMentorProfile이 없을 때도 4개의 빈 채널 슬롯 제공 diff --git a/apps/web/src/app/mentor/modify/_ui/ModifyContent/index.tsx b/apps/web/src/app/mentor/modify/_ui/ModifyContent/index.tsx index 2fa6d9a4..94e1f2c1 100644 --- a/apps/web/src/app/mentor/modify/_ui/ModifyContent/index.tsx +++ b/apps/web/src/app/mentor/modify/_ui/ModifyContent/index.tsx @@ -61,7 +61,7 @@ const ModifyContent = () => {

멘토 한마디