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);