From 87da0fa837f886c367d36759f4fce58569b14a3a Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 30 Aug 2025 15:38:49 +0000 Subject: [PATCH] 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 --- client/src/components/netflix-grid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index 7b4ebda..76d2e35 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -55,7 +55,7 @@ export default function NetflixGrid({ videos, isLoading }: NetflixGridProps) { videos: videos.filter(video => video.title.includes("FOLX STADL S4")).slice(0, 15) }, { - title: "Recently Added", + title: "GDL VIDEO", videos: (() => { // Filter videos that are NOT FOLX STADL (individual artists) const artistVideos = videos.filter(video =>