mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 05:41:17 -04:00
switch from date-fns (and date-fns-tz) to dayjs
This commit is contained in:
@@ -73,7 +73,7 @@ const NoteMeta = ({ slug, date, title, htmlTitle, tags = [] }: NoteMetaProps) =>
|
||||
<span>
|
||||
<Icon as={DateIcon} />
|
||||
</span>
|
||||
<Time date={date} format="MMMM d, yyyy" />
|
||||
<Time date={date} format="MMMM D, YYYY" />
|
||||
</MetaLink>
|
||||
</Link>
|
||||
</MetaItem>
|
||||
|
Reference in New Issue
Block a user