mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-04-13 08:56:53 +02:00
Remove header section from Index page for a cleaner layout
This commit is contained in:
@@ -35,13 +35,6 @@ const Index = () => {
|
||||
return (
|
||||
<Layout>
|
||||
<div className="container mx-auto px-4 py-6">
|
||||
<div className="mb-6">
|
||||
<h1 className="text-3xl font-bold mb-2">Picture Feed</h1>
|
||||
<p className="text-muted-foreground">
|
||||
Discover amazing pictures shared on Nostr
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
||||
{isLoading ? (
|
||||
// Loading skeletons
|
||||
|
||||
Reference in New Issue
Block a user