diff --git a/client/src/components/simple-carousel.tsx b/client/src/components/simple-carousel.tsx index ccf8350..45a67cf 100644 --- a/client/src/components/simple-carousel.tsx +++ b/client/src/components/simple-carousel.tsx @@ -135,7 +135,7 @@ export default function SimpleCarousel({ category, onVideoClick }: SimpleCarouse {/* Create many copies for infinite feel */} {Array.from({ length: 20 }).map((_, copyIndex) => category.videos.map((video, videoIndex) => ( -
+
{/* Top 10 Number overlay for first category */} {category.title.includes("Top 10") && (