From 8890c1d08dac7b585fb16faf07e39ee21e7f230f Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Fri, 21 Mar 2025 13:20:42 -0400 Subject: [PATCH] =?UTF-8?q?dayjs=20=E2=9E=A1=EF=B8=8F=20=20date-fns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/notes/[slug]/page.tsx | 2 +- app/notes/page.tsx | 2 +- app/projects/page.tsx | 3 +-- components/RelativeTime/RelativeTime.tsx | 23 ++++++++++------ components/Time/Time.tsx | 18 +++++++++---- lib/helpers/format-date.ts | 34 ------------------------ lib/helpers/posts.ts | 3 +-- package.json | 4 ++- pnpm-lock.yaml | 28 ++++++++++++++----- 9 files changed, 57 insertions(+), 60 deletions(-) delete mode 100644 lib/helpers/format-date.ts diff --git a/app/notes/[slug]/page.tsx b/app/notes/[slug]/page.tsx index cbe2ae32..de606f9d 100644 --- a/app/notes/[slug]/page.tsx +++ b/app/notes/[slug]/page.tsx @@ -87,7 +87,7 @@ const Page = async ({ params }: { params: Promise<{ slug: string }> }) => {
-
diff --git a/app/notes/page.tsx b/app/notes/page.tsx index 0fc2fff5..5aefcdbb 100644 --- a/app/notes/page.tsx +++ b/app/notes/page.tsx @@ -38,7 +38,7 @@ const Page = async () => {