Update category titles to include a test prefix
Add "TEST SPREMEMBA - " prefix to category titles in the netflix-grid component. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 8e9f2b36-ec9c-4acc-b19b-5304fa9790c5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/8e9f2b36-ec9c-4acc-b19b-5304fa9790c5/7xJ1fA0
This commit is contained in:
parent
39f8c6c927
commit
8829c3464b
@ -240,7 +240,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate
|
||||
onMouseLeave={() => setClickedVideoId(null)}
|
||||
>
|
||||
<h2 className="text-lg font-medium text-bunny-light mb-1 mx-2 leading-tight uppercase">
|
||||
{category.title}
|
||||
TEST SPREMEMBA - {category.title}
|
||||
</h2>
|
||||
<div className="relative overflow-hidden">
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user