diff --git a/attached_assets/image_1756570656562.png b/attached_assets/image_1756570656562.png new file mode 100644 index 0000000..da43db0 Binary files /dev/null and b/attached_assets/image_1756570656562.png differ diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index 38baabc..a8271a7 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -101,27 +101,26 @@ export default function FolxStadlPage() {
{currentVideos.map((video, index) => (
-
- {/* Video Card */} -
- -
- - {/* Video Description */} -
-

{video.title}

-

- {video.description || "Keine Beschreibung für diese Sendung verfügbar."} -

-
- {Math.floor(video.duration / 60)}:{(video.duration % 60).toString().padStart(2, '0')} min - {video.views} Aufrufe -
+ {/* Video Card */} +
+ +
+ + {/* Video Description Below */} +
+

{video.title}

+
+ {video.views} Aufrufe + {Math.floor(video.duration / 60)}:{(video.duration % 60).toString().padStart(2, '0')} min + 1 day ago
+

+ {video.description || "Keine Beschreibung für diese Sendung verfügbar."} +

))}