From 0a1032d1eebf2215622226b0ad430b3c46474de3 Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Mon, 1 Jun 2026 21:33:23 -0500 Subject: [PATCH] =?UTF-8?q?style:=20unify=20typography=20=E2=80=94=20use?= =?UTF-8?q?=20heading-xl/lg/md=20utilities=20in=20all=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.tsx | 2 +- app/posts/[slug]/page.tsx | 2 +- app/posts/page.tsx | 2 +- components/blog/PostCard.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 5485283..43b1494 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -9,7 +9,7 @@ export default async function HomePage() {