diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 220a866..9a3a6af 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -523,6 +523,14 @@ export default function Home() { + {widePickedArticles.length > 0 && ( +
+ {widePickedArticles.map((a) => ( + + ))} +
+ )} + {gridRows.map((row, ri) => (
{row.map((item, ci) => @@ -535,14 +543,6 @@ export default function Home() {
))} - {widePickedArticles.length > 0 && ( -
- {widePickedArticles.map((a) => ( - - ))} -
- )} -