From eca0d7400aa6d980f52a46bc7d8e5d9cb73f48ab Mon Sep 17 00:00:00 2001 From: Seoha Lee Date: Mon, 10 Jun 2024 18:49:08 +0900 Subject: [PATCH 1/2] =?UTF-8?q?design:=20head=20=EB=A1=9C=EA=B3=A0=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 43a4a9d..d4e50f0 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Hana-Piece From e67d695ac6c9c75d2ca8be4bdbc89f0b1a9647b1 Mon Sep 17 00:00:00 2001 From: Seoha Lee Date: Mon, 10 Jun 2024 18:49:56 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=82=AC=EC=9A=A9=EC=9E=90=20=EC=9D=B4=EB=A6=84=20?= =?UTF-8?q?user.name=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/mypage/MypagePage.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/mypage/MypagePage.tsx b/src/pages/mypage/MypagePage.tsx index dfcec0e..dbc8520 100644 --- a/src/pages/mypage/MypagePage.tsx +++ b/src/pages/mypage/MypagePage.tsx @@ -7,16 +7,18 @@ import { SlSettings, } from "react-icons/sl"; import { useNavigate } from "react-router-dom"; +import { useUser } from "../../contexts/UserContext"; export const MypagePage = () => { const navigate = useNavigate(); + const { user } = useUser(); return ( <>
Hana Image - 김하나 님 + {user.name} 님
메뉴