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 16, 2020
1 parent f472303 commit 85826f4
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 85826f4

Please sign in to comment.