diff --git a/components/HeaderMenu.tsx b/components/HeaderMenu.tsx index 6fef26a..fef447a 100644 --- a/components/HeaderMenu.tsx +++ b/components/HeaderMenu.tsx @@ -1,5 +1,5 @@ import Image from "next/image"; -import Profile from "@/public/icons/profile.png"; +import Profile from "@/public/icons/profile.svg"; import Star from "@/public/icons/star.png"; import Link from "next/link"; import Button from "./Button"; diff --git a/components/Layout/Header.tsx b/components/Layout/Header.tsx index 6e736ef..b1ce367 100644 --- a/components/Layout/Header.tsx +++ b/components/Layout/Header.tsx @@ -5,19 +5,17 @@ import HeaderMenu from "../HeaderMenu"; const Header = () => { return ( -
-
-
- - 로고 - - -
+
+
+ + 로고 + +
-
+ ); }; diff --git a/public/icons/profile.png b/public/icons/profile.png deleted file mode 100644 index 65f0a54..0000000 Binary files a/public/icons/profile.png and /dev/null differ diff --git a/public/icons/profile.svg b/public/icons/profile.svg new file mode 100644 index 0000000..65000cc --- /dev/null +++ b/public/icons/profile.svg @@ -0,0 +1,4 @@ + + + +