Skip to content

Commit

Permalink
fix date format on news page
Browse files Browse the repository at this point in the history
  • Loading branch information
keckelt committed Feb 24, 2022
1 parent 6dcc832 commit 21ed7df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/pages/NewsPage.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pages/NewsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const sections = [
{
id: 'v1-2',
name: 'Version 1.2',
date: '2022-24-02',
date: '2022-02-24',
markup: () => (
<>
<p className="lead text-muted">
Expand Down

0 comments on commit 21ed7df

Please sign in to comment.