diff --git a/client/src/components/video-card.tsx b/client/src/components/video-card.tsx index 5b54515..2e82bb3 100644 --- a/client/src/components/video-card.tsx +++ b/client/src/components/video-card.tsx @@ -207,7 +207,7 @@ export default function VideoCard({ video, onClick, className = "" }: VideoCardP {/* Title overlay - only show when not playing preview */} {!showPreview && ( -
+
{video.title}
{formatViews(video.views)} @@ -217,10 +217,6 @@ export default function VideoCard({ video, onClick, className = "" }: VideoCardP
)} - {/* Duration badge */} -
- {formatDuration(video.duration)} -