diff --git a/attached_assets/image_1758094035214.png b/attached_assets/image_1758094035214.png new file mode 100644 index 0000000..4360e0f Binary files /dev/null and b/attached_assets/image_1758094035214.png differ diff --git a/client/src/components/video-card.tsx b/client/src/components/video-card.tsx index 8e2e6b4..e0044d7 100644 --- a/client/src/components/video-card.tsx +++ b/client/src/components/video-card.tsx @@ -351,11 +351,11 @@ export default function VideoCard({ video, onClick, className = "", hideOverlay {/* Description with expand/collapse */} - {(video.title.split(' - ')[1] || video.description) && ( + {video.description && (
- {video.title.split(' - ')[1] || video.description || ''} + {video.description || ''}
{!showMoreInfo && (