Skip to content

Commit

Permalink
revert changes.
Browse files Browse the repository at this point in the history
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
  • Loading branch information
Krishna2323 committed Nov 26, 2024
1 parent aa02ad8 commit 31fd46a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/CONST.ts
Original file line number Diff line number Diff line change
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: 18,
duration: 55,
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: 24,
duration: 55,
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: 28,
duration: 55,
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: 24,
duration: 55,
width: 1280,
height: 960,
},
Expand Down

0 comments on commit 31fd46a

Please sign in to comment.