diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx
index c7de7eb..2e5839d 100644
--- a/client/src/components/netflix-grid.tsx
+++ b/client/src/components/netflix-grid.tsx
@@ -247,13 +247,13 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate
{/* Scrollable video row - true edge to edge */}
{category.videos.map((video, index) => (
setClickedVideoId(video.id)}
>
{/* Top 10 Number overlay for first category */}
@@ -279,7 +279,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate
{/* Navigation arrow at the end of each row - small square with arrow */}
-