mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-01 05:05:25 +08:00
Merge pull request #28 from storybooks/25-auto-deploy
Test the auto-deploy by fixing a typo
This commit is contained in:
commit
63a8f927f9
@ -39,7 +39,7 @@ import { WithNotes } from '@kadira/storybook-addon-notes';
|
||||
|
||||
storiesOf('Button', module)
|
||||
.add('with some emoji', () => (
|
||||
<WithNotes notes={'Here we use some emoji as the Button text. Isn't it look nice?'}>
|
||||
<WithNotes notes={'Here we use some emoji as the Button text. Doesn't it look nice?'}>
|
||||
<Button onClick={action('clicked')}>😀 😎 👍 💯</Button>
|
||||
</WithNotes>
|
||||
));
|
||||
|
@ -53,7 +53,7 @@ storiesOf('Button', module)
|
||||
</WithNotes>
|
||||
))
|
||||
.add('with some emoji', () => (
|
||||
<WithNotes notes={'Here we use some emoji as the Button text. Isn't it look nice?'}>
|
||||
<WithNotes notes={'Here we use some emoji as the Button text. Doesn't it look nice?'}>
|
||||
<Button onClick={action('clicked')}>😀 😎 👍 💯</Button>
|
||||
</WithNotes>
|
||||
));
|
||||
@ -143,7 +143,7 @@ storiesOf('Button', module)
|
||||
</WithNotes>
|
||||
))
|
||||
.add('with some emojies', () => (
|
||||
<WithNotes notes={'Here we use emojies as the Button text. Isn't it look nice?'}>
|
||||
<WithNotes notes={'Here we use emojies as the Button text. Doesn't it look nice?'}>
|
||||
<Button onClick={action('clicked')}>😀 😎 👍 💯</Button>
|
||||
</WithNotes>
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user