Skip to content

Commit

Permalink
[mantine.dev] fix typo sgv
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzo-Wada committed Sep 19, 2024
1 parent 00a94ce commit 448faa8
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 448faa8

Please sign in to comment.