Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] apply info 공백 제거 #364

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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