Skip to content

Commit

Permalink
온보딩 영상 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
happyGyu committed Oct 3, 2024
1 parent 194bd44 commit bf4fd80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file added src/assets/onboard_video_2.mp4
Binary file not shown.
Binary file added src/assets/onboard_video_3.mp4
Binary file not shown.
Binary file added src/assets/onboard_video_4.mp4
Binary file not shown.
9 changes: 6 additions & 3 deletions src/pages/onboard/OnBoardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { Header } from "@/components/common/Header";
import { useMyFlow } from "@/stackflow/useMyFlow";

import onboardVideo1 from "@/assets/onboard_video_1.mp4";
import onboardVideo2 from "@/assets/onboard_video_2.mp4";
import onboardVideo3 from "@/assets/onboard_video_3.mp4";
import onboardVideo4 from "@/assets/onboard_video_4.mp4";
import { AppScreen } from "@stackflow/plugin-basic-ui";

import type { ActivityComponentType } from "@stackflow/react";
Expand Down Expand Up @@ -90,7 +93,7 @@ const slideContentList = [
),
},
{
videoSrc: onboardVideo1,
videoSrc: onboardVideo2,
description: (
<>
후보자 중 Pick할 사람이 없나요?🥲
Expand All @@ -102,7 +105,7 @@ const slideContentList = [
),
},
{
videoSrc: onboardVideo1,
videoSrc: onboardVideo3,
description: (
<>
다양한 사람들을 Pick하고 싶나요?🙋‍♀️
Expand All @@ -113,7 +116,7 @@ const slideContentList = [
),
},
{
videoSrc: onboardVideo1,
videoSrc: onboardVideo4,
description: (
<>
나의 Gem으로
Expand Down

0 comments on commit bf4fd80

Please sign in to comment.