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