diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 1b7dd12..c844f19 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -540,6 +540,14 @@ export default function Home() { ))} + {widePickedArticles.length > 0 && ( +
+ {widePickedArticles.map((a) => ( + + ))} +
+ )} +