mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:11:15 +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)
|
storiesOf('Button', module)
|
||||||
.add('with some emoji', () => (
|
.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>
|
<Button onClick={action('clicked')}>😀 😎 👍 💯</Button>
|
||||||
</WithNotes>
|
</WithNotes>
|
||||||
));
|
));
|
||||||
|
@ -53,7 +53,7 @@ storiesOf('Button', module)
|
|||||||
</WithNotes>
|
</WithNotes>
|
||||||
))
|
))
|
||||||
.add('with some emoji', () => (
|
.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>
|
<Button onClick={action('clicked')}>😀 😎 👍 💯</Button>
|
||||||
</WithNotes>
|
</WithNotes>
|
||||||
));
|
));
|
||||||
@ -143,7 +143,7 @@ storiesOf('Button', module)
|
|||||||
</WithNotes>
|
</WithNotes>
|
||||||
))
|
))
|
||||||
.add('with some emojies', () => (
|
.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>
|
<Button onClick={action('clicked')}>😀 😎 👍 💯</Button>
|
||||||
</WithNotes>
|
</WithNotes>
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user