From 5357f3dd33880604fc6747241b7c4fc114f803ae Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 28 Feb 2026 17:12:22 +0000 Subject: [PATCH] Remove article headings from the home page Remove "Neueste Artikel" and "Alle Artikel" headings from the home page component. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 413891e8-d784-4bea-b9f5-91a5a68316b4 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: bb4ae8e0-9451-4593-be16-2c284f75a8f3 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/413891e8-d784-4bea-b9f5-91a5a68316b4/kmpcO4B Replit-Helium-Checkpoint-Created: true --- client/src/pages/home.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index ccf9b16..159d4ba 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -17,7 +17,6 @@ function FeaturedSection({ articles }: { articles: Article[] }) { return (
-

Neueste Artikel

-

- Alle Artikel -

{isLoading ? (
{Array.from({ length: 4 }).map((_, i) => (