Skip to content

Commit

Permalink
Use human readable dates in example posts
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Oct 12, 2018
1 parent d076a4c commit 74f1080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/gutenberg/extensions/related-posts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ export const DEFAULT_POSTS = [
{
title: 'Big iPhone/iPad Update Now Available',
image: 'https://wordpress.com/calypso/images/related-posts/cat-blog.png',
date: '2018-08-03',
date: 'August 3, 2018',
context: 'In "Mobile"',
},
{
title: 'The WordPress for Android App Gets a Big Facelift',
image: 'https://wordpress.com/calypso/images/related-posts/devices.jpg',
date: '2018-08-02',
date: 'August 2, 2018',
context: 'In "Mobile"',
},
{
title: 'Upgrade Focus: VideoPress For Weddings',
image: 'https://wordpress.com/calypso/images/related-posts/mobile-wedding.jpg',
date: '2018-08-05',
date: 'August 5, 2018',
context: 'In "Upgrade"',
},
];

0 comments on commit 74f1080

Please sign in to comment.