diff --git a/src/components/Button/Button.example.js b/src/components/Button/Button.example.js index 3125f2b3..bd7b8d09 100644 --- a/src/components/Button/Button.example.js +++ b/src/components/Button/Button.example.js @@ -53,5 +53,5 @@ const ButtonsComponent = () => { export const Buttons = { component: ButtonsComponent, - group: 'inputs and buttons', + group: 'buttons', };