From 75c4768fe9b0d85d5ee4d9cfb5cbe3af72b00cac Mon Sep 17 00:00:00 2001 From: aken-you Date: Mon, 28 Jul 2025 23:45:18 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=84=A4=EC=A0=95=20=EC=95=84=EC=9D=B4?= =?UTF-8?q?=EC=BD=98=EC=9D=84=20=ED=81=B4=EB=A6=AD=ED=95=98=EB=A9=B4,=20"?= =?UTF-8?q?=ED=94=84=EB=A1=9C=ED=95=84"=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/study/ui/my-profile-card.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/features/study/ui/my-profile-card.tsx b/src/features/study/ui/my-profile-card.tsx index df1b0178..32ab753a 100644 --- a/src/features/study/ui/my-profile-card.tsx +++ b/src/features/study/ui/my-profile-card.tsx @@ -1,8 +1,8 @@ 'use client'; +import Link from 'next/link'; import React, { useState } from 'react'; import { usePatchAutoMatchingMutation } from '@/entities/user/model/use-user-profile-query'; -import UserProfileModal from '@/features/my-page/ui/user-profile-modal'; import UserAvatar from '@/shared/ui/avatar'; import { ToggleSwitch } from '@/shared/ui/toggle'; import AccessTimeIcon from 'public/icons/access_time.svg'; @@ -56,14 +56,12 @@ export default function MyProfileCard({
- - - - } - /> + + +
{name?.trim() || 'λΉ„νšŒμ›'}λ‹˜