Remove unnecessary grouping for category rows on the page

Update the 'CategoryRow' component in 'netflix-grid.tsx' to remove the 'group' class from the main div.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 890577b1-c154-40a4-a177-a0c6d55320c3
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/890577b1-c154-40a4-a177-a0c6d55320c3/2xHHKQn
This commit is contained in:
sebastjanartic 2025-09-01 20:27:09 +00:00
parent 7ddc096f0c
commit 530f4de2e4

View File

@ -236,7 +236,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate
return (
<div
className="relative group"
className="relative"
onMouseLeave={() => setClickedVideoId(null)}
>
<h2 className="text-lg font-medium text-bunny-light mb-1 mx-2 leading-tight uppercase">