diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index d574e2f..439bfe6 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -191,7 +191,7 @@ function CategoryRow({ category, onVideoClick }: CategoryRowProps) { className="relative group" onMouseLeave={() => setClickedVideoId(null)} > -

+

{category.title}

@@ -220,7 +220,7 @@ function CategoryRow({ category, onVideoClick }: CategoryRowProps) { {/* Scrollable video row - true edge to edge */}
{category.videos.map((video, index) => ( diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index b032acc..f20d19c 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -78,7 +78,7 @@ export default function Home() { currentView={viewMode} /> -
+
{/* Trikotniki na robovih - ne prekrivajo video kartic */}