Skip to content

Commit bebdd4d

Browse files
committed
fix: fix stroke-linejoin
1 parent c07e2a7 commit bebdd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/mdx/Icon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const BackButton = () => {
7777
<svg
7878
className="text-current"
7979
height="16"
80-
stroke-linejoin="round"
80+
strokeLinejoin="round"
8181
viewBox="0 0 16 16"
8282
width="16"
8383
style={{ color: 'currentcolor' }}

0 commit comments

Comments
 (0)