From 5689ee22b2df8d145dae044f5646cb976d6e9d28 Mon Sep 17 00:00:00 2001 From: Auggie Date: Mon, 7 Apr 2025 22:07:58 -0500 Subject: [PATCH] removed the second header --- src/pages/index.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 363502e..e475e61 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -23,13 +23,6 @@ interface HomeProps { const Home: React.FC = ({ posts, recentPosts, tags }) => { return ( -
-

Confessions of Grace

-

- Exploring the doctrines of grace and the richness of Reformed theology. -

-
-
{posts.length > 0 && (