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() || 'λΉ„νšŒμ›'}λ‹˜