From 4cd191ce179a9c5e503eb59d2e74bd275d6b5efd Mon Sep 17 00:00:00 2001 From: lydiacho Date: Fri, 16 Aug 2024 23:54:20 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20applyInfo=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ApplyPage/constant.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/views/ApplyPage/constant.ts b/src/views/ApplyPage/constant.ts index b9e76347..29b476dc 100644 --- a/src/views/ApplyPage/constant.ts +++ b/src/views/ApplyPage/constant.ts @@ -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', }, ],