web: Renamed story name

This commit is contained in:
Alexey Safronov 2019-06-07 17:34:05 +03:00
parent 05966285ab
commit 0051481bd9

View File

@ -12,7 +12,7 @@ const sizeOptions = ['base', 'middle', 'big', 'huge'];
storiesOf('Components|Buttons', module)
.addDecorator(withKnobs)
.addDecorator(withReadme(Readme))
.add('withLoading', () => (
.add('with loader', () => (
<Section>
<Button
size={select('size', sizeOptions, 'base')}