Skip to content

Commit

Permalink
update: intent video for 'Get paid back from my employer'.
Browse files Browse the repository at this point in the history
Signed-off-by: krishna2323 <[email protected]>
  • Loading branch information
Krishna2323 committed Nov 17, 2024
1 parent 9774032 commit aa02ad8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ const selfGuidedTourTask: OnboardingTask = {
const onboardingEmployerOrSubmitMessage: OnboardingMessage = {
message: 'Getting paid back is as easy as sending a message. Let’s go over the basics.',
video: {
url: `${CLOUDFRONT_URL}/videos/guided-setup-get-paid-back-v2.mp4`,
url: `${CLOUDFRONT_URL}/videos/guided-setup-get-paid-back-v3.mp4`,
thumbnailUrl: `${CLOUDFRONT_URL}/images/guided-setup-get-paid-back.jpg`,
duration: 55,
duration: 26,
width: 1280,
height: 960,
},
Expand Down Expand Up @@ -186,7 +186,7 @@ const onboardingPersonalSpendMessage: OnboardingMessage = {
video: {
url: `${CLOUDFRONT_URL}/videos/guided-setup-track-personal-v2.mp4`,
thumbnailUrl: `${CLOUDFRONT_URL}/images/guided-setup-track-personal.jpg`,
duration: 55,
duration: 18,
width: 1280,
height: 960,
},
Expand Down Expand Up @@ -4883,7 +4883,7 @@ const CONST = {
video: {
url: `${CLOUDFRONT_URL}/videos/guided-setup-manage-team-v2.mp4`,
thumbnailUrl: `${CLOUDFRONT_URL}/images/guided-setup-manage-team.jpg`,
duration: 55,
duration: 24,
width: 1280,
height: 960,
},
Expand Down Expand Up @@ -5025,7 +5025,7 @@ const CONST = {
video: {
url: `${CLOUDFRONT_URL}/videos/guided-setup-chat-split-bills-v2.mp4`,
thumbnailUrl: `${CLOUDFRONT_URL}/images/guided-setup-chat-split-bills.jpg`,
duration: 55,
duration: 28,
width: 1280,
height: 960,
},
Expand Down Expand Up @@ -5087,7 +5087,7 @@ const CONST = {
video: {
url: `${CLOUDFRONT_URL}/videos/guided-setup-manage-team-v2.mp4`,
thumbnailUrl: `${CLOUDFRONT_URL}/images/guided-setup-manage-team.jpg`,
duration: 55,
duration: 24,
width: 1280,
height: 960,
},
Expand Down

0 comments on commit aa02ad8

Please sign in to comment.