From 1487ab3602e39f9a7b0c0bdf2bbcbb441d2d8b59 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Tue, 2 Sep 2025 10:50:13 +0000 Subject: [PATCH] Improve video card display by reordering title and artist information Reorder elements in the VideoCard component to display artist above the song title, matching user preference. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 890577b1-c154-40a4-a177-a0c6d55320c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/890577b1-c154-40a4-a177-a0c6d55320c3/S0hX96S --- client/src/components/video-card.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/components/video-card.tsx b/client/src/components/video-card.tsx index 3595e17..de13280 100644 --- a/client/src/components/video-card.tsx +++ b/client/src/components/video-card.tsx @@ -213,12 +213,12 @@ export default function VideoCard({ video, onClick, className = "", hideOverlay {!showPreview && !hideOverlay && (
+
{video.title.split(' - ')[0] || 'go4.video'}
+