Skip to content

Commit 02ca125

Browse files
committed
docs(tooltip): minor story change
1 parent 9bd635e commit 02ca125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Tooltip/Tooltip.stories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ storiesOf('Tooltip', module)
1717
))
1818
.add('default', () =>
1919
React.createElement(() => (
20-
<Tooltip text='Nothing really 🤷‍'>
21-
<Button>Whad do I do?</Button>
20+
<Tooltip text='I see you! 🤷‍'>
21+
<Button>Hover me</Button>
2222
</Tooltip>
2323
))
2424
);

0 commit comments

Comments
 (0)