Skip to content

Commit

Permalink
Chore: Edit recruit edit page tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
yoouyeon committed Feb 13, 2024
1 parent 459de2a commit cb19f90
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/tutorialContent/RecruitEditPageTutorial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@ const RecruitEditPageTutorial = () => {
<TutorialContainer>
<TitleContianer>
<SubTitle text={'나만의 팀을 만들어보세요!'} />
<Content
text={'자신이 원하는 형태의 스터디 / 프로젝트 모임을 만들어 보세요.'}
/>
<Content
text={
'세부적인 설정을 통해 자신의 환경에 맞는 동료를 찾을 수 있습니다.'
}
/>
<Content
text={
'자신이 원하는 형태의 스터디 / 프로젝트 모임을 만들어 보세요. 세부적인 설정을 통해 자신의 환경에 맞는 동료를 찾을 수 있습니다. 팀원이 해당 게시물에 지원하게 되면 [팀 페이지]의 팀 정보에서 지원 정보를 볼 수 있습니다.'
'팀원이 해당 게시물에 지원하게 되면 [팀 페이지]의 팀 정보에서 지원 정보를 볼 수 있습니다.'
}
/>
</TitleContianer>
Expand Down

0 comments on commit cb19f90

Please sign in to comment.