From 666eb0e395ec7408f7efc46e2b2adf8873b06896 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 7 Mar 2026 12:46:52 +0000 Subject: [PATCH] Published your App Replit-Commit-Author: Deployment Replit-Commit-Session-Id: 23852c00-4779-460a-9e0c-d09fee4b6c92 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 46325f17-ddfc-4b84-9989-ea8d9d793cea Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/23852c00-4779-460a-9e0c-d09fee4b6c92/H1wOZyV Replit-Commit-Deployment-Build-Id: 08d9db3d-1e56-420d-b7da-0add8a49e95b Replit-Helium-Checkpoint-Created: true --- client/src/components/breaking-news-widget.tsx | 6 +++--- client/src/components/news-widget.tsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 && (