diff --git a/src/Components/Nav.jsx b/src/Components/Nav.jsx
index 6b186ec..0af7999 100644
--- a/src/Components/Nav.jsx
+++ b/src/Components/Nav.jsx
@@ -6,19 +6,31 @@ import { theme } from "../styles/theme";
export const Nav = () => {
return (
-
+
-
diff --git a/src/apis/Profile/index.js b/src/apis/Profile/index.js
index 275571b..6017ee8 100644
--- a/src/apis/Profile/index.js
+++ b/src/apis/Profile/index.js
@@ -1,5 +1,7 @@
-import { instance } from "../axios"
+import { instance } from "../axios";
export const getMyPage = async (token) => {
- return await instance.get("/my-info/user", { headers: { "Authorization": token } })
-}
\ No newline at end of file
+ return await instance.get("/user/my-info", {
+ headers: { Authorization: token },
+ });
+};
diff --git a/src/asset/imgs/Profile.svg b/src/asset/imgs/Profile.svg
index 7fe7d6b..3f8cdad 100644
--- a/src/asset/imgs/Profile.svg
+++ b/src/asset/imgs/Profile.svg
@@ -1,4 +1,22 @@
diff --git a/src/asset/imgs/profilePicture.svg b/src/asset/imgs/profilePicture.svg
index 2a01dd4..3f8cdad 100644
--- a/src/asset/imgs/profilePicture.svg
+++ b/src/asset/imgs/profilePicture.svg
@@ -1,9 +1,22 @@
-