Skip to content

Commit 0586a3d

Browse files
authored
Merge branch 'dev' into style/community#18
2 parents 980876a + c9909ef commit 0586a3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shared/components/header/DropdownMenu.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ function DropdownMenu({ isClicked, setIsClicked }: Props) {
7575
className="w-[62px] md:w-[82px] h-auto"
7676
/>
7777
</div>
78-
7978
<ul className="flex flex-col gap-[12px] text-black px-2 my-5">
8079
{navItem.map(({ label, href }, idx) => (
8180
<li className={`font-normal ${pathname === href ? 'pl-1' : 'px-3 py-[12px]'}`} key={href}>

0 commit comments

Comments
 (0)