Update section title to reflect GDL VIDEO content
Change the title of the "Recently Added" section to "GDL VIDEO" in the netflix-grid component to better categorize the displayed videos. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 074b0e4c-6171-43bd-aa98-f9e04623ca14 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/074b0e4c-6171-43bd-aa98-f9e04623ca14/DVZN4Rp
This commit is contained in:
parent
d165402632
commit
87da0fa837
@ -55,7 +55,7 @@ export default function NetflixGrid({ videos, isLoading }: NetflixGridProps) {
|
|||||||
videos: videos.filter(video => video.title.includes("FOLX STADL S4")).slice(0, 15)
|
videos: videos.filter(video => video.title.includes("FOLX STADL S4")).slice(0, 15)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Recently Added",
|
title: "GDL VIDEO",
|
||||||
videos: (() => {
|
videos: (() => {
|
||||||
// Filter videos that are NOT FOLX STADL (individual artists)
|
// Filter videos that are NOT FOLX STADL (individual artists)
|
||||||
const artistVideos = videos.filter(video =>
|
const artistVideos = videos.filter(video =>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user