diff --git a/src/components/ButtonTertiary/buttonTertiary.story.jsx b/src/components/ButtonTertiary/buttonTertiary.story.jsx index 9549219b..fc560dec 100644 --- a/src/components/ButtonTertiary/buttonTertiary.story.jsx +++ b/src/components/ButtonTertiary/buttonTertiary.story.jsx @@ -4,7 +4,7 @@ import ButtonTertiary from './index'; import Card from '../Card'; const testOnClick = () => { - console.log('Im an onClick func'); + console.log('Im an onClick function for testing'); }; storiesOf('ButtonTertiary', module)