Skip to content

Commit

Permalink
docs(button): Update Button-story.js (#5144)
Browse files Browse the repository at this point in the history
corrects icon description in the Button story

Co-authored-by: Josh Black <[email protected]>
Co-authored-by: TJ Egan <[email protected]>
  • Loading branch information
3 people committed Jan 23, 2020
1 parent 1a72033 commit 1e374a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Button/Button-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const { prefix } = settings;

const icons = {
None: 'None',
'Add with filled circle (Add16 from `@carbon/icons-react`)': 'Add16',
'Add (Add16 from `@carbon/icons-react`)': 'Add16',
'Search (Search16 from `@carbon/icons-react`)': 'Search16',
};

Expand Down

0 comments on commit 1e374a4

Please sign in to comment.