Skip to content

Commit

Permalink
feat: 로고 z 위치 수정정
Browse files Browse the repository at this point in the history
  • Loading branch information
dohee12 committed Feb 18, 2025
1 parent 276bb2f commit ad25d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/desktopNavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const DesktopNavbar = ({
></div>
<div className="flex items-center justify-between px-6 w-full">
{/* 로고 */}
<Link href="/" className="flex items-center">
<Link href="/" className="flex items-center z-10">
<Image
src="/logo(2).svg"
alt="Easily Beta Logo"
Expand Down

0 comments on commit ad25d38

Please sign in to comment.