From 86c10e2814773200ef4b9d7168e4f3c4c879e7ed Mon Sep 17 00:00:00 2001 From: Anish Kr Singh <116036738+anishfyle@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:28:45 +0530 Subject: [PATCH] Netsuite Landing CO Video (#872) * Netsuite Landing CO Video * embed --- src/app/branding/branding-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/branding/branding-config.ts b/src/app/branding/branding-config.ts index 508addc6f..2ab895fdb 100644 --- a/src/app/branding/branding-config.ts +++ b/src/app/branding/branding-config.ts @@ -280,7 +280,7 @@ const demoVideoLinks: DemoVideo = { BUSINESS_CENTRAL: 'https://www.youtube.com/embed/2oYdc8KcQnk', TRAVELPERK: 'https://www.youtube.com/embed/2oYdc8KcQnk', XERO: 'https://www.youtube.com/embed/IplJd7tGWBk', - NETSUITE: 'https://www.youtube.com/embed/IplJd7tGWBk' + NETSUITE: 'https://www.youtube.com/embed/e3X3TtjxrHk' } } };