From a3404e1cdd6cfd78fcddee9cfee9e25dbf71b8c3 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Tue, 20 Jun 2017 15:02:58 +0300 Subject: [PATCH] Rename Styleguide group name --- src/components/Button/Button.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', };