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 =>