diff --git a/client/src/components/breaking-news-widget.tsx b/client/src/components/breaking-news-widget.tsx index 9c9cfa2..82f8167 100644 --- a/client/src/components/breaking-news-widget.tsx +++ b/client/src/components/breaking-news-widget.tsx @@ -49,14 +49,14 @@ export function BreakingNewsWidget() {

Aktuelle Nachrichten

-
+
{visible.map((item, i) => (
@@ -71,7 +71,7 @@ export function BreakingNewsWidget() {
- {i < VISIBLE_COUNT - 1 &&
} + {i < VISIBLE_COUNT - 1 &&
} ))} {isLoading && ( diff --git a/client/src/components/news-widget.tsx b/client/src/components/news-widget.tsx index 90c213c..6cd2f21 100644 --- a/client/src/components/news-widget.tsx +++ b/client/src/components/news-widget.tsx @@ -49,14 +49,14 @@ export function NewsWidget() {

Musiknachrichten

-
+
{visible.map((item, i) => (
@@ -71,7 +71,7 @@ export function NewsWidget() {
- {i < VISIBLE_COUNT - 1 &&
} + {i < VISIBLE_COUNT - 1 &&
} ))} {isLoading && (