From fbeff4a61ae9f9fcd6d8717a1be3c8bdcfb44bc0 Mon Sep 17 00:00:00 2001 From: manNomi Date: Sun, 19 Apr 2026 18:19:26 +0900 Subject: [PATCH] =?UTF-8?q?feat(web):=20=EB=A9=98=ED=86=A0=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=ED=94=8C=EB=A1=9C=ED=8C=85=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EB=B0=8F=20=ED=95=A9=EA=B2=A9=20=EB=A0=88=EC=8B=9C=ED=94=BC=20?= =?UTF-8?q?=EB=85=B8=EC=B6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/app/mentor/modify/_ui/ModifyContent/index.tsx | 9 ++++++--- apps/web/src/components/mentor/MentorCard/index.tsx | 9 +++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) 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 ed28086a..d9059952 100644 --- a/apps/web/src/app/mentor/modify/_ui/ModifyContent/index.tsx +++ b/apps/web/src/app/mentor/modify/_ui/ModifyContent/index.tsx @@ -54,7 +54,7 @@ const ModifyContent = () => { -
+

내 채널 관리

{/* 4개의 고정된 채널 입력 필드 */} @@ -96,8 +96,11 @@ const ModifyContent = () => {
-
-
+ +
+
+
diff --git a/apps/web/src/components/mentor/MentorCard/index.tsx b/apps/web/src/components/mentor/MentorCard/index.tsx index f78151d7..81d6ef14 100644 --- a/apps/web/src/components/mentor/MentorCard/index.tsx +++ b/apps/web/src/components/mentor/MentorCard/index.tsx @@ -28,6 +28,7 @@ const MentorCard = ({ mentor, observeRef, isMine = false }: MentorCardProps) => nickname, universityName, introduction, + passTip, channels, term, id, @@ -68,6 +69,14 @@ const MentorCard = ({ mentor, observeRef, isMine = false }: MentorCardProps) =>

{introduction}

+ {/* 합격 레시피 */} + {isDetail && ( +
+

합격 레시피

+

{passTip || "정보가 없습니다."}

+
+ )} + {/* 멘토 채널 */}

멘토 채널