diff --git a/client/src/components/video-card.tsx b/client/src/components/video-card.tsx index de13280..08517b3 100644 --- a/client/src/components/video-card.tsx +++ b/client/src/components/video-card.tsx @@ -213,12 +213,12 @@ export default function VideoCard({ video, onClick, className = "", hideOverlay {!showPreview && !hideOverlay && (
-

- {video.title.split(' - ')[0] || 'go4.video'} -

-

+

{video.title.split(' - ')[1] || video.title}

+

+ {video.title.split(' - ')[0] || 'go4.video'} +

)}