Skip to content

Commit

Permalink
Modify story of Button
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed May 28, 2024
1 parent 807b7c8 commit 0be1730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/stories/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default story;

export const StringChildren: StoryObj<ButtonProps> = {
args: {
children: "Click me!",
children: "Click this!",
disabled: false,
},
};

0 comments on commit 0be1730

Please sign in to comment.