diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index 7702a04..a4744a7 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -194,7 +194,7 @@ function CategoryRow({ category, onVideoClick }: CategoryRowProps) { }} > {category.videos.map((video, index) => ( -
+
{/* Top 10 Number overlay for first category */} {category.title.includes("Top 10") && index < 10 && (