diff --git a/attached_assets/image_1756567828675.png b/attached_assets/image_1756567828675.png
new file mode 100644
index 0000000..f2235ad
Binary files /dev/null and b/attached_assets/image_1756567828675.png differ
diff --git a/client/src/components/video-card.tsx b/client/src/components/video-card.tsx
index 3a94519..fd93104 100644
--- a/client/src/components/video-card.tsx
+++ b/client/src/components/video-card.tsx
@@ -197,11 +197,11 @@ export default function VideoCard({ video, onClick, className = "" }: VideoCardP
{duration > 0 && (
{/* Glow effect */}
-
+
{/* Progress dot at the end */}
@@ -212,7 +212,7 @@ export default function VideoCard({ video, onClick, className = "" }: VideoCardP
{/* Title overlay - only show when not playing preview */}
{!showPreview && (
-
+
{video.title}
{formatViews(video.views)}
diff --git a/client/src/components/video-modal.tsx b/client/src/components/video-modal.tsx
index 8d8d121..7945ffb 100644
--- a/client/src/components/video-modal.tsx
+++ b/client/src/components/video-modal.tsx
@@ -502,7 +502,7 @@ export default function VideoModal({ video, isOpen, onClose, enableAds = true }:
data-testid="progress-bar"
>
0 ? (currentTime / duration) * 100 : 0}%` }}
/>