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 && ( -
- {widePickedArticles.map((a) => ( - - ))} -
- )} - {gridRows.map((row, ri) => (