Skip to content

Commit

Permalink
fix: typo in fileInput.dropzone.tsx (#1291)
Browse files Browse the repository at this point in the history
fix typo in fileInput.dropzone.tsx
  • Loading branch information
Jeremia2001 authored Mar 10, 2024
1 parent c52184e commit 2c2fa52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fileInput/fileInput.dropzone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Component() {
<path
stroke="currentColor"
strokeLinecap="round"
strokeLineJoin="round"
strokeLinejoin="round"
strokeWidth="2"
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"
/>
Expand Down

0 comments on commit 2c2fa52

Please sign in to comment.