diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index 8a0e9da..c7de7eb 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -279,19 +279,17 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate {/* Navigation arrow at the end of each row - small square with arrow */} - {!hideScrollButtons && ( -
- -
- )} +
+ +
);