Skip to content

Commit 7b82e4c

Browse files
committed
fix: fix strokeLinejoin
1 parent f41ff6d commit 7b82e4c

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
@@ -39,7 +39,7 @@ export const NextPagesIcon = () => (
3939
export const NextLastedVersionIcon = () => (
4040
<svg
4141
height="16"
42-
stroke-linejoin="round"
42+
strokeLinejoin="round"
4343
style={{ color: 'currentColor' }}
4444
viewBox="0 0 16 16"
4545
width="16"

0 commit comments

Comments
 (0)