feat: remove YouTube title from HomeVideosSection component

This commit is contained in:
poyrazavsever
2026-03-10 22:37:25 +03:00
parent ad432cfa5e
commit 8c529e42ce
-4
View File
@@ -14,10 +14,6 @@ function getYoutubeEmbedUrl(link: string) {
export function HomeVideosSection() {
return (
<section className="space-y-2">
<Typography variant="large" className="text-base">
YouTube
</Typography>
<div className="grid gap-2 md:grid-cols-3">
{YOUTUBE_VIDEO_LINKS.map((link) => {
const embedUrl = getYoutubeEmbedUrl(link);