diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 07db5c4..daa027d 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -220,19 +220,19 @@ function NativeAdCard() { function TopStoriesList({ articles }: { articles: Article[] }) { return ( -
-

- +
+

+ Top-Storys

{articles.slice(0, 5).map((article) => ( -
-

{article.title}

-
- {article.author} - {timeAgo(new Date(article.publishedAt))} +
+

{article.title}

+
+ {article.author} + {timeAgo(new Date(article.publishedAt))}