Skip to content

Commit

Permalink
Merge pull request #238 from mash-up-kr/release/v1.0.1
Browse files Browse the repository at this point in the history
Release/v1.0.1 수정사항 배포
  • Loading branch information
HaJunRyu authored Feb 7, 2023
2 parents 8aeaf60 + a559ccd commit 3f22ca2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ const FinalConfirmAccept = ({ application }: FinalConfirmAcceptProps) => {
<Styled.OtDetailHeading>Mash-Up OT일시</Styled.OtDetailHeading>
<Styled.OtDetailContent>2월 11일(토) 오후 2시 ~ 5시</Styled.OtDetailContent>
<Styled.OtDetailHeading>준비물</Styled.OtDetailHeading>
<Styled.OtDetailContent>노트북, 그리고 열.정</Styled.OtDetailContent>
<Styled.OtDetailContent>노트북(선택), 그리고 열.정</Styled.OtDetailContent>
<Styled.OtDetailHeading>모집 프로세스 만족도 조사 설문 링크</Styled.OtDetailHeading>
<Styled.OtDetailContent>
<Styled.SatisfactionSurveyLink
href="https://forms.gle/36cdamKfsDFwqLUg7"
href="https://forms.gle/UEVfw3DFvERMa9cy9"
target="_blank"
rel="noreferrer"
>
https://forms.gle/36cdamKfsDFwqLUg7
https://forms.gle/UEVfw3DFvERMa9cy9
</Styled.SatisfactionSurveyLink>
</Styled.OtDetailContent>
<Styled.OtExplanationList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ const InterviewPass = ({ application, setSubmittedApplication }: InterviewPassPr
<Styled.OtDate>2월 11일(토) 오후 2시 ~ 5시</Styled.OtDate>
<Styled.OtExplanationList>
<li>
2월 8일(수) 오후 9시까지 {CURRENT_GENERATION}기 최종 합류 여부 응답 안 할
합류하지 않는 것으로 간주되니, 빠른 응답 부탁드립니다.
2월 8일(수) 오후 11시 59분 59초까지 {CURRENT_GENERATION}기 최종 합류 여부 응답 안 할
합류하지 않는 것으로 간주되니, 빠른 응답 부탁드립니다.
</li>
<li>전체 모임은 격주 토요일 오후 2시에 온/오프라인을 병행하며 진행됩니다.</li>
<li>전체 모임은 격주 토요일 오후 2시 ~ 5시에 온/오프라인을 병행하며 진행됩니다.</li>
<li>
궁금한 내용은 자주 묻는 질문에서 확인해주시거나, 페이지 우측 하단에 있는 채팅 상담을
통해 문의해주세요.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ const ProcessFail = ({ heading, paragraph, survey = false }: ProcessFailProps) =
{survey && (
<Styled.SurveyRequestMessage>
<Styled.SatisfactionSurveyLink
href="https://forms.gle/36cdamKfsDFwqLUg7"
href="https://forms.gle/UEVfw3DFvERMa9cy9"
target="_blank"
rel="noreferrer"
>
https://forms.gle/36cdamKfsDFwqLUg7
https://forms.gle/UEVfw3DFvERMa9cy9
</Styled.SatisfactionSurveyLink>
Mash-Up {CURRENT_GENERATION}기 모집 프로세스 경험에 대한 만족도 설문을 진행하고 있습니다.
선택사항이며, 지원자님의 소중한 답변을 통해 더 나은 프로세스를 만들어 성장하는 Mash-Up이
Expand Down

0 comments on commit 3f22ca2

Please sign in to comment.