Skip to content

Commit

Permalink
Merge pull request #1465 from COVID19Tracking/kevee/homepage-blog-dat…
Browse files Browse the repository at this point in the history
…es-1462

fix: Missing date on homepage blog posts
  • Loading branch information
kevee committed Sep 28, 2020
2 parents 31424be + 32b3f64 commit 2894d4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ exports[`Components : Pages : Homepage : Blog list renders correctly 1`] = `
</span>
<span
className="date"
/>
>
April 23, 2020
</span>
</span>
</div>
</li>
Expand Down Expand Up @@ -103,7 +105,9 @@ exports[`Components : Pages : Homepage : Blog list renders correctly 1`] = `
</span>
<span
className="date"
/>
>
April 15, 2020
</span>
</span>
</div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/homepage/blog-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const HomepageBlogList = () => {
</p>
<Byline
authors={node.authors}
date={node.publishDate}
published={node.publishDate}
smallmargin
/>
</li>
Expand Down

0 comments on commit 2894d4a

Please sign in to comment.