From 1eaed39618e8eb8967d51f11f6897cc23b7abf07 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 28 Feb 2026 20:40:06 +0000 Subject: [PATCH] Add images to top stories and adjust layout Add thumbnail images to top stories list items and modify the component to include them. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 4f1916e6-1fe0-4d1f-b75f-cf8e7f67ece8 Replit-Helium-Checkpoint-Created: true --- client/src/pages/home.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index cd6cd94..2f5ad3a 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -188,12 +188,17 @@ function TopStoriesList({ articles }: { articles: Article[] }) {