Skip to content

Commit

Permalink
[docs] Fix typo (#2850)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomKnight287 committed Oct 31, 2022
1 parent 9ca897a commit e229dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantine-demos/src/demos/core/Menu/Menu.demo.usage.tsx
Expand Up @@ -29,7 +29,7 @@ function Demo() {
<Menu.Divider />
<Menu.Label>Danger zone</Menu.Label>
<Menu.Item icon={<IconArrowsLeftRight size={14} />}>Transfer my data</Menu.Item>,
<Menu.Item icon={<IconArrowsLeftRight size={14} />}>Transfer my data</Menu.Item>
<Menu.Item color="red" icon={<IconTrash size={14} />}>Delete my account</Menu.Item>
</Menu.Dropdown>
</Menu>
Expand Down

0 comments on commit e229dc9

Please sign in to comment.