Skip to content

Commit 931000c

Browse files
committed
Update button.stories.tsx
1 parent 01ff4d8 commit 931000c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/button.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Button } from "../";
66
storiesOf("Button", module).add("All", () => (
77
<div className="storycontainer">
88
<div className="story-module spaced">
9-
<h3>Small Buttons (fixed)</h3>
9+
<h3>Small Buttons</h3>
1010
<Button type="primary" size="small">
1111
CLICK ME
1212
</Button>

0 commit comments

Comments
 (0)