Skip to content

Commit

Permalink
fixing a story name
Browse files Browse the repository at this point in the history
  • Loading branch information
ktabors committed Apr 19, 2021
1 parent cf76598 commit 6c80d7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ storiesOf('Progress/ProgressBar', module)
() => render({width: '30px', labelPosition: 'side', label: 'Super long progress bar label. Sample label copy. Loading...'})
)
.add(
'width: 30px, labelPosition: side, isIndeterminate: true, long label, button on left',
'width: 30px, labelPosition: side, isIndeterminate: true, long label, button on right',
() => (
<>
{render({width: '30px', labelPosition: 'side', isIndeterminate: true, label: 'Super long progress bar label. Sample label copy. Loading...'})}
Expand Down

0 comments on commit 6c80d7a

Please sign in to comment.