From 8ab414c084aeebc5052fa0b2aecab2f8a3cf4145 Mon Sep 17 00:00:00 2001 From: hanjiwon1108 Date: Mon, 29 Dec 2025 13:38:52 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[I25-411]=20refactor:=20GNB=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20=ED=94=84=EB=A1=9C=ED=95=84=201:1=20?= =?UTF-8?q?=EB=A7=A4=EC=B9=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/feature/auth/Account.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/app/components/feature/auth/Account.tsx b/src/app/components/feature/auth/Account.tsx index 46081c46..cff03f15 100644 --- a/src/app/components/feature/auth/Account.tsx +++ b/src/app/components/feature/auth/Account.tsx @@ -63,14 +63,17 @@ const Account = () => { return currentUser ? ( +
+ 프로필 +
} + triggerClassName="!p-0" align="right" > {profileName ? ( From fb17d63b86faa8a19c31c09ee6d65b4c50d0e9fa Mon Sep 17 00:00:00 2001 From: hanjiwon1108 Date: Mon, 29 Dec 2025 13:42:56 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[I25-411]=20refactor:=20cursor-pointer=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/feature/auth/Account.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/feature/auth/Account.tsx b/src/app/components/feature/auth/Account.tsx index cff03f15..378de580 100644 --- a/src/app/components/feature/auth/Account.tsx +++ b/src/app/components/feature/auth/Account.tsx @@ -63,7 +63,7 @@ const Account = () => { return currentUser ? ( +