diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index d054bfd..c460e29 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -706,12 +706,9 @@ export default function Home() { )} - {ri % 3 === 2 && ri < gridRows.length - 1 && } ))} - -
{bottomSection.map((item, i) => (
@@ -720,8 +717,6 @@ export default function Home() { ))}
- - {extraBottomArticles.length > 3 && (
{extraBottomArticles.slice(3, 6).map((a) => ( @@ -730,16 +725,12 @@ export default function Home() {
)} - -
- -