diff --git a/attached_assets/image_1756733333595.png b/attached_assets/image_1756733333595.png new file mode 100644 index 0000000..3571764 Binary files /dev/null and b/attached_assets/image_1756733333595.png differ diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index bca7f5a..8a0e9da 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -278,26 +278,17 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate ))} - {/* Navigation arrows at the end of each row - only on desktop */} + {/* Navigation arrow at the end of each row - small square with arrow */} {!hideScrollButtons && ( -
- +
)}