Skip to content

Commit

Permalink
change button description
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisKo committed Mar 6, 2021
1 parent c0d1b57 commit 7eeb1f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/empty-timers-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@dennisko/tutorial": patch
---

change button description
2 changes: 1 addition & 1 deletion src/components/Button/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Button, ButtonProps } from './Button';
export default {
title: 'Button',
component: Button,
description: `A button.`,
description: `A button that clicks!`,
argTypes: {
backgroundColor: { control: 'color' },
color: { control: 'color' },
Expand Down

0 comments on commit 7eeb1f6

Please sign in to comment.