Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelalmeidatk committed Oct 11, 2019
1 parent 97b9e8c commit 91e8de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-storybook/stories/button.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const withText = () => (

export const withSomeEmoji = () => (
<Button onClick={action('clicked')}>
<span role="img" aria-label="so cool">
<span role='img' aria-label='so cool'>
😀 😎 👍 💯
</span>
</Button>
Expand Down

0 comments on commit 91e8de6

Please sign in to comment.