diff --git a/components/search/VideoGrid.tsx b/components/search/VideoGrid.tsx index 900c05f..e6673f7 100644 --- a/components/search/VideoGrid.tsx +++ b/components/search/VideoGrid.tsx @@ -102,19 +102,17 @@ const VideoCard = memo(({ {/* Badge Container - Top, spans full width with proper spacing */} -
+
{/* Source Badge - Left */} {video.sourceName && ( - + {video.sourceName} )} {/* Latency Badge - Right */} {video.latency !== undefined && ( -
- -
+ )}
diff --git a/components/ui/Badge.tsx b/components/ui/Badge.tsx index c198ee6..7f567d4 100644 --- a/components/ui/Badge.tsx +++ b/components/ui/Badge.tsx @@ -40,9 +40,9 @@ const BadgeComponent = memo(function Badge({