From 2da71be4570a630b0580eff56525baaf03a97042 Mon Sep 17 00:00:00 2001 From: highperfocused Date: Sat, 22 Nov 2025 00:52:26 +0100 Subject: [PATCH] Remove header section from Index page for a cleaner layout --- src/pages/Index.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 85a717c..08920d7 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -35,13 +35,6 @@ const Index = () => { return (
-
-

Picture Feed

-

- Discover amazing pictures shared on Nostr -

-
-
{isLoading ? ( // Loading skeletons