From db23dd732b57e16fc932980701673e20205d2508 Mon Sep 17 00:00:00 2001 From: Wanfung Chu Date: Tue, 30 Jun 2026 11:17:18 +0800 Subject: [PATCH] style: video card --- components/search/VideoCard.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/components/search/VideoCard.tsx b/components/search/VideoCard.tsx index d658b5a..d8b02ce 100644 --- a/components/search/VideoCard.tsx +++ b/components/search/VideoCard.tsx @@ -97,20 +97,12 @@ export const VideoCard = memo(({
{video.sourceName && ( - + {video.sourceName} )} - {video.type_name && ( - - {video.type_name} - - )}
- {displayLatency !== undefined && ( - - )}
{/* Favorite Button - Top Right */} @@ -179,6 +171,9 @@ export const VideoCard = memo(({ ... ) : null} + {displayLatency !== undefined && ( + + )} {video.vod_lang && (