Skip to content

Commit 6dea33e

Browse files
committed
Merge branch 'lucide' into lucide-next
2 parents fa7b411 + 95bc456 commit 6dea33e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Nav/Mobile/HamburgerButton.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ const HamburgerButton = forwardRef<HTMLButtonElement, HamburgerProps>(
3939
<svg
4040
viewBox="0 0 24 40"
4141
className="relative h-10 w-6 stroke-body stroke-2 hover:stroke-primary-hover hover:text-primary-hover [&>path]:fill-none hover:[&>path]:stroke-primary-hover"
42+
strokeLinecap="round"
43+
strokeLinejoin="round"
4244
>
4345
<motion.path
4446
variants={hamburgerVariants}

0 commit comments

Comments
 (0)