From f5d8abbd28b99735c259cbdebe8b5fde81fa3a33 Mon Sep 17 00:00:00 2001 From: plla2 Date: Fri, 24 Jan 2025 14:12:29 +0900 Subject: [PATCH 1/4] =?UTF-8?q?fix:=20=EA=B8=B0=EC=A1=B4=EC=9D=98=20Badge?= =?UTF-8?q?=20=EC=82=AC=EC=9A=A9=EC=B2=98=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/NavProfile/index.tsx | 7 +++---- .../shared/Main/Cards/MiniCard/index.tsx | 15 ++++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/common/NavProfile/index.tsx b/src/components/common/NavProfile/index.tsx index 3db31aec..7622ef1b 100644 --- a/src/components/common/NavProfile/index.tsx +++ b/src/components/common/NavProfile/index.tsx @@ -1,16 +1,15 @@ -import Badge from '@/components/common/Badge'; import Icon from '@/components/common/Icon'; import { Body2Black, Subtitle2Black } from '@/components/common/Typography'; const NavProfile = ({ name = '냠냠' }: { name: string }) => { return (