diff --git a/client/src/components/video-card.tsx b/client/src/components/video-card.tsx index 91b380f..6d09188 100644 --- a/client/src/components/video-card.tsx +++ b/client/src/components/video-card.tsx @@ -230,6 +230,17 @@ export default function VideoCard({ video, onClick, className = "" }: VideoCardP
{formatDuration(video.duration)}
+ + {/* Title overlay at bottom */} +
+

onClick?.(video)} + data-testid={`text-title-${video.id}`} + > + {video.title} +

+