diff --git a/frontend/src/components/VideoCard.jsx b/frontend/src/components/VideoCard.jsx index fe1d941..6117d9f 100644 --- a/frontend/src/components/VideoCard.jsx +++ b/frontend/src/components/VideoCard.jsx @@ -313,7 +313,7 @@ export default function VideoCard({ video, size = "md", onDismiss, variant = "gr {/* Description snippet — desktop only, URLs stripped */} {video.description && snippetText(video.description) && ( -

+

{snippetText(video.description)}

)}