From 549b58169de8e79f3fdb0977fde146e3496ded2e Mon Sep 17 00:00:00 2001 From: Chris Connors <35537391+chrisconnors-ibm@users.noreply.github.com> Date: Wed, 22 Jan 2020 16:52:17 -0500 Subject: [PATCH] docs(button): Update Button-story.js (#5144) corrects icon description in the Button story Co-authored-by: Josh Black Co-authored-by: TJ Egan --- packages/react/src/components/Button/Button-story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/Button/Button-story.js b/packages/react/src/components/Button/Button-story.js index bfbed33ad5b1..989e794fe4f6 100644 --- a/packages/react/src/components/Button/Button-story.js +++ b/packages/react/src/components/Button/Button-story.js @@ -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', };