Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit e06a369

Browse files
committed
Fix storybook titles
1 parent f2e0060 commit e06a369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stories/component/pin-entry-story.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ storiesOf('PIN Entry (Mobile)', module)
1111
<MainContent style={{ justifyContent: 'center' }}>{story()}</MainContent>
1212
</Background>
1313
))
14-
.add('PIN Entry (Mobile)', () => <PinBubbles pin={'123'} />)
15-
.add('PIN Keyboard (Mobile)', () => (
14+
.add('PIN Bubbles', () => <PinBubbles pin={'123'} />)
15+
.add('PIN Keyboard', () => (
1616
<PinKeyboard
1717
onInput={action('digit input')}
1818
onBackspace={action('delete')}

0 commit comments

Comments
 (0)