diff --git a/attached_assets/image_1756732534827.png b/attached_assets/image_1756732534827.png
new file mode 100644
index 0000000..3571764
Binary files /dev/null and b/attached_assets/image_1756732534827.png differ
diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx
index 86c3cd7..9eb36b3 100644
--- a/client/src/components/netflix-grid.tsx
+++ b/client/src/components/netflix-grid.tsx
@@ -243,29 +243,16 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate
{category.title}
- {/* Left scroll button - only on desktop and not hidden */}
- {!hideScrollButtons && (
-
- )}
-
{/* Right scroll button - only on desktop and not hidden */}
{!hideScrollButtons && (
)}