diff --git a/attached_assets/image_1772474840087.png b/attached_assets/image_1772474840087.png new file mode 100644 index 0000000..75bbecc Binary files /dev/null and b/attached_assets/image_1772474840087.png differ diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index e59d5a6..432acaf 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -303,9 +303,9 @@ function NativeAdCard() { ); } -function TopStoriesList({ articles }: { articles: Article[] }) { +function TopStoriesList({ articles, className }: { articles: Article[]; className?: string }) { return ( -
+

Zuletzt hinzugefügt @@ -557,7 +557,7 @@ export default function Home() {
-
+
{widePickedArticles.length > 0 && ( @@ -568,12 +568,11 @@ export default function Home() {
)}
-
+
-
- {articles && articles.length > 0 && new Date(b.publishedAt).getTime() - new Date(a.publishedAt).getTime()).slice(0, 4)} />} +
+ {articles && articles.length > 0 && new Date(b.publishedAt).getTime() - new Date(a.publishedAt).getTime()).slice(0, 4)} className="flex-1" />}
-