diff --git a/attached_assets/image_1756732329195.png b/attached_assets/image_1756732329195.png new file mode 100644 index 0000000..50ad121 Binary files /dev/null and b/attached_assets/image_1756732329195.png differ diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index b69d21e..e5c08eb 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -153,7 +153,7 @@ export default function NetflixGrid({ videos, isLoading }: NetflixGridProps) { <>
{categories.map((category, categoryIndex) => ( -
+
{category.videos.map((video, index) => (
setClickedVideoId(video.id)} > {/* Top 10 Number overlay for first category */}