diff --git a/index.html b/index.html index 43a4a9d..d4e50f0 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Hana-Piece 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} 님
메뉴