Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Jan 20, 2023
1 parent 1ff70ce commit 5da7843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Menu/Menu.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const DotMenu: ComponentStory<typeof Menu> = args => (
<Menu>
<Menu.Item key="edit">Edit</Menu.Item>
<Menu.Item key="duplicate">Duplicate</Menu.Item>
<Menu.Item key="delete">Deletee</Menu.Item>
<Menu.Item key="delete">Delete</Menu.Item>
</Menu>
</Menu.Trigger>
);

0 comments on commit 5da7843

Please sign in to comment.