Skip to content

Commit

Permalink
fix: 메인페이지 하단 배너 라이팅 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiacho committed Mar 8, 2024
1 parent c196e72 commit 772f9b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/MainPage/components/RecruitMessage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export default function RecruitMessage() {

return (
<S.Background>
<S.Title>SOPT의 34번째 {isMobileSize && <br />} 열정이 되어주세요!</S.Title>
<RecruitButton>34기 YB 지원하기 &gt; </RecruitButton>
<S.Title>지금은 모집기간이 아니에요. {isMobileSize && <br />} 모집 기간이 되면 메일로 알려드릴게요.</S.Title>
<RecruitButton>모집 알림 신청하기 &gt; </RecruitButton>
</S.Background>
);
}

0 comments on commit 772f9b7

Please sign in to comment.