Skip to content

Commit

Permalink
Merge pull request #228 from mash-up-kr/fix/recruit-end-day
Browse files Browse the repository at this point in the history
모집 종료 요일 오타 수정
  • Loading branch information
HaJunRyu authored Jan 11, 2023
2 parents 67b1dc1 + a1cf629 commit c20c17f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const RecruitingProcess = () => {
<ScreenReaderOnly>2023년 1월 11일 수요일부터 2023년 1월 25일 수요일</ScreenReaderOnly>
<Styled.Date aria-hidden>
<time dateTime="2023-01-11">01.11(수)</time>&nbsp;~&nbsp;
<time dateTime="2023-01-25">01.25()</time>
<time dateTime="2023-01-25">01.25()</time>
</Styled.Date>
<Styled.Note>23:59:59 마감</Styled.Note>
</Styled.ListItem>
Expand Down

0 comments on commit c20c17f

Please sign in to comment.