diff --git a/attached_assets/image_1772470581637.png b/attached_assets/image_1772470581637.png new file mode 100644 index 0000000..e5ed5aa Binary files /dev/null and b/attached_assets/image_1772470581637.png differ diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index fdeae33..b79cebc 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -308,10 +308,10 @@ function TopStoriesList({ articles }: { articles: Article[] }) {

- Musiknachrichten + Zadnje dodano

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

{article.title}

@@ -588,7 +588,7 @@ export default function Home() { )}
- {popular && popular.length > 0 && } + {articles && articles.length > 0 && new Date(b.publishedAt).getTime() - new Date(a.publishedAt).getTime()).slice(0, 5)} />}