diff --git a/client/src/components/video-card.tsx b/client/src/components/video-card.tsx index b64a114..4c0c839 100644 --- a/client/src/components/video-card.tsx +++ b/client/src/components/video-card.tsx @@ -212,12 +212,12 @@ export default function VideoCard({ video, onClick, className = "" }: VideoCardP {/* Title overlay - only show when not playing preview */} {!showPreview && ( -
-
{video.title}
-
- {formatViews(video.views)} - - {formatDate(video.createdAt)} +
+
{video.title}
+
+ {formatViews(video.views)} + + {formatDate(video.createdAt)}
)}