Skip to content

Commit 2c2fa52

Browse files
authored
fix: typo in fileInput.dropzone.tsx (#1291)
fix typo in fileInput.dropzone.tsx
1 parent c52184e commit 2c2fa52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fileInput/fileInput.dropzone.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function Component() {
2424
<path
2525
stroke="currentColor"
2626
strokeLinecap="round"
27-
strokeLineJoin="round"
27+
strokeLinejoin="round"
2828
strokeWidth="2"
2929
d="M13 13h3a3 3 0 0 0 0-6h-.025A5.56 5.56 0 0 0 16 6.5 5.5 5.5 0 0 0 5.207 5.021C5.137 5.017 5.071 5 5 5a4 4 0 0 0 0 8h2.167M10 15V6m0 0L8 8m2-2 2 2"
3030
/>

0 commit comments

Comments
 (0)