Skip to content

Commit

Permalink
fix: applyInfo 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiacho committed Aug 16, 2024
1 parent dee5d40 commit 4cd191c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/views/ApplyPage/constant.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
export const APPLY_INFO = {
sections: [
{
id: 0,
content: [
{
text: '지원서 작성 전에 SOPT 커리큘럼을 꼭 숙지하고 지원해 주시기 바랍니다.',
weight: 'normal',
},
],
},
{
id: 1,
content: [
{
text: '8월 25일 일요일 OT(오프라인 예정)에 불참 시 지원이 불가하오니 자세히 확인 바랍니다.',
text: '9월 28일 토요일 OT(오프라인 예정)에 불참 시 지원이 불가하오니 자세히 확인 바랍니다.',
weight: 'normal',
},
],
Expand Down

0 comments on commit 4cd191c

Please sign in to comment.