diff --git a/attached_assets/image_1772472626984.png b/attached_assets/image_1772472626984.png new file mode 100644 index 0000000..470a081 Binary files /dev/null and b/attached_assets/image_1772472626984.png differ diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index ef26f24..8c59d42 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -537,7 +537,7 @@ export default function Home() { ...articles.slice(0, 9).map((a) => a.id), ...widePickedArticles.map((a) => a.id), ]); - return articles.filter((a) => !usedIds.has(a.id)).slice(0, 2); + return articles.filter((a) => !usedIds.has(a.id)).slice(0, 3); }, [articles, widePickedArticles]); const bottomSection = useMemo(() => {