diff --git a/attached_assets/image_1772475769889.png b/attached_assets/image_1772475769889.png new file mode 100644 index 0000000..37ecc7b Binary files /dev/null and b/attached_assets/image_1772475769889.png differ diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index c2c9190..b8e411e 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -561,13 +561,6 @@ export default function Home() {
- {widePickedArticles.length > 0 && ( -
- {widePickedArticles.map((a) => ( - - ))} -
- )}
@@ -576,6 +569,15 @@ export default function Home() {
+ {widePickedArticles.length > 0 && ( +
+
+ {widePickedArticles.map((a) => ( + + ))} +
+ )} + {gridRows.map((row, ri) => (
{row.map((item) =>