Skip to content

Commit

Permalink
Modify text to break test
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed May 17, 2024
1 parent 8b4e6d8 commit 2c7dafc
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: "Break me!",
disabled: false,
},
};

0 comments on commit 2c7dafc

Please sign in to comment.