Skip to content

Commit

Permalink
docs(notification): update timestamp to match docs (#5863)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Apr 21, 2020
1 parent b92b0f8 commit eb5427c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ storiesOf('Notifications', module)
.add('Toast', () => (
<ToastNotification
{...notificationProps()}
caption={text('Caption (caption)', 'Time stamp [00:00:00]')}
caption={text('Caption (caption)', '00:00:00 AM')}
style={{ minWidth: '30rem', marginBottom: '.5rem' }}
/>
))
Expand Down

0 comments on commit eb5427c

Please sign in to comment.