From 4616d9465938e92e033abf65a793ebb73b64bea6 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Wed, 6 Aug 2025 05:54:31 +0530 Subject: [PATCH] fix(web): YouTube embedId by removing timestamp parameter --- apps/web/src/app/(home)/_components/testimonials.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/(home)/_components/testimonials.tsx b/apps/web/src/app/(home)/_components/testimonials.tsx index 224160c..81cf2d1 100644 --- a/apps/web/src/app/(home)/_components/testimonials.tsx +++ b/apps/web/src/app/(home)/_components/testimonials.tsx @@ -12,7 +12,7 @@ const YOUTUBE_VIDEOS = [ title: "Advanced Vibe Coding - setup for new projects", }, { - embedId: "cdivzGRhsYk&t=328s", + embedId: "cdivzGRhsYk", title: "MY UPGRADED AI Coding Workflow + Free APIs: How I DO AI Coding! (Stitch, Better T3, SuperNinja)", },