From 8c529e42ce402c11536432d8b1cddba555d2f05c Mon Sep 17 00:00:00 2001 From: poyrazavsever Date: Tue, 10 Mar 2026 22:37:25 +0300 Subject: [PATCH] feat: remove YouTube title from HomeVideosSection component --- components/home-videos-section.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/home-videos-section.tsx b/components/home-videos-section.tsx index 1ab2632..132e0c2 100644 --- a/components/home-videos-section.tsx +++ b/components/home-videos-section.tsx @@ -14,10 +14,6 @@ function getYoutubeEmbedUrl(link: string) { export function HomeVideosSection() { return (
- - YouTube - -
{YOUTUBE_VIDEO_LINKS.map((link) => { const embedUrl = getYoutubeEmbedUrl(link);