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 || "정보가 없습니다."}

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

멘토 채널