Skip to content

Commit

Permalink
[mantine.dev] Fix typo (#6854)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzo-Wada authored Sep 25, 2024
1 parent 8fb3297 commit baf8fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mantine.dev/src/pages/x/dropzone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function Demo() {
accept={[
'image/png',
'image/jpeg',
'image/sgv+xml',
'image/svg+xml',
'image/gif',
]}
onDrop={() => {}}
Expand Down

0 comments on commit baf8fe8

Please sign in to comment.