Skip to content

Commit

Permalink
fix: svg props casing to camelCase (#5691)
Browse files Browse the repository at this point in the history
  • Loading branch information
manfromexistence04 authored Nov 3, 2024
1 parent aed19aa commit 2c043e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/www/components/mobile-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ export function MobileNav() {
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
strokeWidth="1.5"
stroke="currentColor"
className="size-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
d="M3.75 9h16.5m-16.5 6.75h16.5"
/>
</svg>
Expand Down

0 comments on commit 2c043e7

Please sign in to comment.