Skip to content

Commit

Permalink
hotfix: 테스트 결과 네브바 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
oooppq committed Feb 1, 2024
1 parent 2aa990d commit 8db51fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/matchingtest/ResultNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ const ResultNav = () => {
{/* Removed MenuIcon button */}
<Link
href="/"
className="absolute top-[20.5px] left-1/2 -translate-x-2/4"
className="fixed top-[13px] left-1/2 -translate-x-2/4 h-[30px] flex items-center"
>
<AcodeLogoSmall />
</Link>
<Link href="/search" className="mt-[3px] ml-auto mr-[11px]">
<Link href="/search" className="ml-auto mr-[11px]">
<SearchIcon className="fill-acodeblack" />
</Link>
<Link href="/mypage" className="mt-[3px]">
<Link href="/mypage" className="">
<UserIcon className="fill-acodeblack" />
</Link>
</div>
Expand Down

0 comments on commit 8db51fb

Please sign in to comment.