From 6e9e0487fc78566a0f54b74e07f59a4e54ae1cec Mon Sep 17 00:00:00 2001 From: Nick Oates Date: Wed, 10 Jul 2024 12:55:23 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Improve=20Read=20post=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 68b44f4..3c26378 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -64,7 +64,7 @@ export default async function Page() { href="/blog" className="group flex items-center gap-1 text-zinc-700 transition-colors hover:text-zinc-600 dark:text-zinc-300 dark:hover:text-zinc-400" > - View All{" "} + View All -
-
+
+
{post.date.toLocaleDateString(undefined, { dateStyle: "long", })}{" "} @@ -128,7 +128,7 @@ async function PostGrid() { {/* This is a
instead of a because the card itself is a Link */}
Read post