-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
features/on-boarding/components/molecules/progress-indicator.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,39 @@ | ||
import OnBoardingImage0 from '@/public/images/on-boarding/on-boarding-image0.png'; | ||
import OnBoardingImage1 from '@/public/images/on-boarding/on-boarding-image1.png'; | ||
import OnBoardingImage2 from '@/public/images/on-boarding/on-boarding-image2.png'; | ||
import OnBoardingImage3 from '@/public/images/on-boarding/on-boarding-image3.png'; | ||
import OnBoardingImage4 from '@/public/images/on-boarding/on-boarding-image4.png'; | ||
import OnBoardingImage5 from '@/public/images/on-boarding/on-boarding-image5.png'; | ||
|
||
export const stepsIntroduce = [ | ||
{ | ||
total: '캘린더에서 날짜를 클릭하면 수영을 기록할 수 있어요', | ||
highlight: ['날짜를 클릭'], | ||
image: OnBoardingImage0, | ||
}, | ||
{ | ||
total: '스마트 워치가 없어도 바퀴 수로 거리 기록이 가능해요', | ||
highlight: ['바퀴 수'], | ||
image: OnBoardingImage1, | ||
}, | ||
{ | ||
total: '기록한 수영 거리에 따라 물결 높이가 달라져요', | ||
highlight: ['물결 높이'], | ||
image: OnBoardingImage2, | ||
}, | ||
{ | ||
total: '영법별로 기록하면 색으로 구분되어 보여요', | ||
highlight: ['영법별', '색'], | ||
image: OnBoardingImage3, | ||
}, | ||
{ | ||
total: '캘린더와 타임라인으로 나의 실력 성장을 확인해요', | ||
highlight: ['캘린더', '타임라인'], | ||
image: OnBoardingImage4, | ||
}, | ||
{ | ||
total: '수영 친구를 팔로우하고 응원을 주고받아요', | ||
highlight: ['수영 친구를 팔로우'], | ||
image: OnBoardingImage5, | ||
}, | ||
]; |
This file was deleted.
Oops, something went wrong.