mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 07:01:19 -04:00
switch from date-fns (and date-fns-tz) to dayjs
This commit is contained in:
@@ -67,7 +67,7 @@ const NotesList = ({ notesByYear }: NotesListProps) => {
|
||||
<List>
|
||||
{notes.map(({ slug, date, htmlTitle }) => (
|
||||
<Post key={slug}>
|
||||
<PostDate date={date} format="MMM d" />
|
||||
<PostDate date={date} format="MMM D" />
|
||||
<span>
|
||||
<Link
|
||||
href={{
|
||||
|
Reference in New Issue
Block a user