Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 48c9e48

Browse files
committed
Update button text
1 parent 34ab04c commit 48c9e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/molecules/ButtonGroup/ButtonGroup.stories.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Use this to show a group of buttons.
1313
<ButtonGroup>
1414
<>
1515
<Button text="Button 1" />
16-
<Button text="Test Test Test" />
17-
<Button text="Test Test Test" />
16+
<Button text="Button 2" />
17+
<Button text="Button 3" />
1818
</>
1919
</ButtonGroup>
2020
</Story>

0 commit comments

Comments
 (0)