File tree Expand file tree Collapse file tree 4 files changed +15
-13
lines changed
Expand file tree Collapse file tree 4 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 11import Image from "next/image" ;
2- import Profile from "@/public/icons/profile.png " ;
2+ import Profile from "@/public/icons/profile.svg " ;
33import Star from "@/public/icons/star.png" ;
44import Link from "next/link" ;
55import Button from "./Button" ;
Original file line number Diff line number Diff line change @@ -5,19 +5,17 @@ import HeaderMenu from "../HeaderMenu";
55
66const Header = ( ) => {
77 return (
8- < div >
9- < div className = "bg-gray100 py-[13px] px-[32px] md:py-[33px] md:px-[200px]" >
10- < div className = "flex justify-between items-center max-w-[1520px]" >
11- < Link
12- href = { "/" }
13- className = "w-[88.67px] h-[16px] md:w-[133px] md:h-[24px]"
14- >
15- < Image src = { Logo } width = { 133 } height = { 24 } alt = "로고" />
16- </ Link >
17- < HeaderMenu />
18- </ div >
8+ < header className = "bg-gray100 py-[13px] px-[32px] md:py-[33px] md:px-[200px]" >
9+ < div className = "flex justify-between items-center max-w-[1520px]" >
10+ < Link
11+ href = { "/" }
12+ className = "w-[88.67px] h-[16px] md:w-[133px] md:h-[24px]"
13+ >
14+ < Image src = { Logo } width = { 133 } height = { 24 } alt = "로고" />
15+ </ Link >
16+ < HeaderMenu />
1917 </ div >
20- </ div >
18+ </ header >
2119 ) ;
2220} ;
2321
You can’t perform that action at this time.
0 commit comments