diff --git a/src/views/ApplyPage/components/BottomSection/index.tsx b/src/views/ApplyPage/components/BottomSection/index.tsx index 35c45857..e223ea80 100644 --- a/src/views/ApplyPage/components/BottomSection/index.tsx +++ b/src/views/ApplyPage/components/BottomSection/index.tsx @@ -35,7 +35,7 @@ const BottomSection = ({ isReview, knownPath }: BottomSectionProps) => {

{isMakers - ? 'OT를 제외한 SOPT makers의 행사 및 정기 모임은 일요일에 진행됩니다.' + ? 'SOPT makers의 행사 및 정기 모임은 일요일에 진행됩니다.' : 'SOPT의 행사 및 세미나는 매주 토요일에 진행됩니다.'}

diff --git a/src/views/ApplyPage/constant.ts b/src/views/ApplyPage/constant.ts index a681bb4b..b9e76347 100644 --- a/src/views/ApplyPage/constant.ts +++ b/src/views/ApplyPage/constant.ts @@ -4,7 +4,7 @@ export const APPLY_INFO = { id: 1, content: [ { - text: '8월 24일 토요일 OT(오프라인 예정)에 불참 시 지원이 불가하오니 자세히 확인 바랍니다.', + text: '8월 25일 일요일 OT(오프라인 예정)에 불참 시 지원이 불가하오니 자세히 확인 바랍니다.', weight: 'normal', }, ],