diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index b78a3c4..aa2d971 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -310,10 +310,10 @@ function TopStoriesList({ articles, className }: { articles: Article[]; classNam Zuletzt hinzugefügt -
+
{articles.slice(0, 5).map((article) => ( -
+

{article.title}

{article.author}