diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 318c4a5..0ca005b 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -308,7 +308,7 @@ function TopStoriesList({ articles }: { articles: Article[] }) {

- Top-Storys + Musiknachrichten

{articles.slice(0, 10).map((article) => ( @@ -560,15 +560,21 @@ export default function Home() {
- - - {widePickedArticles.length > 0 && ( -
- {widePickedArticles.map((a) => ( - - ))} +
+
+ + {widePickedArticles.length > 0 && ( +
+ {widePickedArticles.map((a) => ( + + ))} +
+ )}
- )} +
+ {popular && popular.length > 0 && } +
+
{gridRows.map((row, ri) => (