From 0dadb979bd96b6e02cfc0fe3de327df086d5311d Mon Sep 17 00:00:00 2001 From: lars Date: Sat, 14 Sep 2024 14:49:04 +0200 Subject: [PATCH] anpassung YouTube videos --- apps/builder/public/templates/lead-magnet.json | 8 ++++---- apps/builder/src/features/onboarding/data.ts | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/builder/public/templates/lead-magnet.json b/apps/builder/public/templates/lead-magnet.json index 25e705a3c..3ae2f580d 100644 --- a/apps/builder/public/templates/lead-magnet.json +++ b/apps/builder/public/templates/lead-magnet.json @@ -279,7 +279,7 @@ "type": "video", "content": { "url": "https://www.youtube.com/watch?v=GBq_7sgS4Js", - "id": "jp3ggg_42-M", + "id": "GBq_7sgS4Js", "type": "youtube" } } @@ -320,7 +320,7 @@ "type": "video", "content": { "url": "https://www.youtube.com/watch?v=GBq_7sgS4Js", - "id": "jp3ggg_42-M", + "id": "GBq_7sgS4Js", "type": "youtube" } } @@ -361,7 +361,7 @@ "type": "video", "content": { "url": "https://www.youtube.com/watch?v=GBq_7sgS4Js", - "id": "jp3ggg_42-M", + "id": "GBq_7sgS4Js", "type": "youtube" } } @@ -400,7 +400,7 @@ "type": "video", "content": { "url": "https://www.youtube.com/watch?v=GBq_7sgS4Js", - "id": "jp3ggg_42-M", + "id": "GBq_7sgS4Js", "type": "youtube" } } diff --git a/apps/builder/src/features/onboarding/data.ts b/apps/builder/src/features/onboarding/data.ts index 80cecbc5e..b76aedb87 100644 --- a/apps/builder/src/features/onboarding/data.ts +++ b/apps/builder/src/features/onboarding/data.ts @@ -16,17 +16,17 @@ export const onboardingVideos: Partial< > = { editor: { key: 'editor', - youtubeId: 'jp3ggg_42-M', + youtubeId: 'GBq_7sgS4Js', deployedAt: new Date('2024-06-04'), }, [IntegrationBlockType.ZAPIER]: { key: IntegrationBlockType.ZAPIER, - youtubeId: '2ZskGItI_Zo', + youtubeId: 'GBq_7sgS4Js', deployedAt: new Date('2024-06-04'), }, [IntegrationBlockType.MAKE_COM]: { key: IntegrationBlockType.MAKE_COM, - youtubeId: 'V-y1Orys_kY', + youtubeId: 'GBq_7sgS4Js', deployedAt: new Date('2024-06-04'), }, }