From 07afec8e0ef75c25a51ecc0021c940a99def63a4 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 5 Mar 2026 12:22:30 +0000 Subject: [PATCH] Remove featured articles and adjust card sizes on the homepage Removes the `WideCard` component displaying two featured articles from the homepage and adjusts the aspect ratio of remaining cards. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 1f7e7e89-a520-4970-9645-37daadc466dc Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 334572fc-ac10-43d7-ba24-c3d7fe801ccd Replit-Helium-Checkpoint-Created: true --- client/src/pages/home.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index b741e40..231679a 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -679,14 +679,6 @@ export default function Home() { - {widePickedArticles.length > 0 && ( -