aboutsummaryrefslogtreecommitdiff
path: root/components/updates/DateFormatter.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-07-17 17:26:18 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-07-17 17:26:18 -0400
commitb04689353ff2e9daca2c9fb2ab8cd5a0b7309f93 (patch)
tree4b36300c9e1a98b15a3c51fcdfcd05f48c56353b /components/updates/DateFormatter.js
parentddbe4fa61425f6a871a23238ce15a0929e201e6e (diff)
downloadalure-website-b04689353ff2e9daca2c9fb2ab8cd5a0b7309f93.tar.gz
alure-website-b04689353ff2e9daca2c9fb2ab8cd5a0b7309f93.tar.bz2
alure-website-b04689353ff2e9daca2c9fb2ab8cd5a0b7309f93.zip
New page; Post now sorts by dates
Diffstat (limited to 'components/updates/DateFormatter.js')
-rw-r--r--components/updates/DateFormatter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/updates/DateFormatter.js b/components/updates/DateFormatter.js
index 11f3bf3..9e236d0 100644
--- a/components/updates/DateFormatter.js
+++ b/components/updates/DateFormatter.js
@@ -6,4 +6,4 @@ const DateFormatter = (dateString) => {
return <time dateTime={dateString}>{format(date, 'LLLL d, yyyy')}</time>
}
-export default DateFormatter \ No newline at end of file
+export default DateFormatter