diff --git a/attached_assets/image_1756829434674.png b/attached_assets/image_1756829434674.png new file mode 100644 index 0000000..971569c Binary files /dev/null and b/attached_assets/image_1756829434674.png differ diff --git a/client/src/components/video-card.tsx b/client/src/components/video-card.tsx index 31742a3..9665958 100644 --- a/client/src/components/video-card.tsx +++ b/client/src/components/video-card.tsx @@ -309,21 +309,21 @@ export default function VideoCard({ video, onClick, className = "", hideOverlay {isMobile && isVideoPage && (
{/* Full title */} -

+

{video.title}

{/* Views and Date in one line */} -
+
{formatViews(video.views || 0)} {formatDate(video.createdAt)}
{/* Description with expand/collapse */} {(video.title.split(' - ')[1] || video.description) && ( -
+
-

+

{video.title.split(' - ')[1] || video.description || ''}