We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a81198 commit 43193faCopy full SHA for 43193fa
src/Post.js
@@ -367,7 +367,7 @@ const Post = ({relay, post}: Props) => {
367
368
<Box direction="row" justify="between">
369
<Text size="xsmall">
370
- {formatDate(new Date(post.createdAt), 'MMM eo, yyyy')}
+ {formatDate(new Date(post.createdAt), 'MMM do, yyyy')}
371
</Text>
372
373
<Link to={`/post/${post.number}#comments`}>view comments</Link>
0 commit comments