Skip to content

Commit

Permalink
[Fix] apply info 공백 제거 (#364)
Browse files Browse the repository at this point in the history
* fix: apply info 공백 제거
  • Loading branch information
eonseok-jeon authored Aug 8, 2024
1 parent 8411275 commit 14d7c3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/views/ApplyPage/components/ApplyInfo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ const ApplyInfo = memo(({ isReview }: { isReview: boolean }) => {
)}
<Callout size="lg">
{!isReview
? `마감 시간 이후에는 지원 제출을 받지 않습니다.
제출하신 서류와 포트폴리오는 반환하지 않습니다.
서버 오류를 대비해 지원서를 백업해 두시길 바랍니다.`
? `마감 시간 이후에는 지원 제출을 받지 않습니다.\n제출하신 서류와 포트폴리오는 반환하지 않습니다.\n서버 오류를 대비해 지원서를 백업해 두시길 바랍니다.`
: '지원서 제출 이후 어떠한 경우에도 수정은 불가합니다.'}
</Callout>
{!isReview && (
Expand Down

0 comments on commit 14d7c3a

Please sign in to comment.