Skip to content

Commit

Permalink
[Chore] 문구 재수정 (#325)
Browse files Browse the repository at this point in the history
* chore: 문구 수정
  • Loading branch information
eonseok-jeon authored Jul 31, 2024
1 parent 1f6d36c commit 7ac42ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/ApplyPage/components/BottomSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const BottomSection = ({ isReview, knownPath }: BottomSectionProps) => {
<div id="check-necessary" className={doubleLineCheck}>
<p className={label}>
{isMakers
? 'OT를 제외한 SOPT makers의 행사 및 정기 모임은 일요일에 진행됩니다.'
? 'SOPT makers의 행사 및 정기 모임은 일요일에 진행됩니다.'
: 'SOPT의 행사 및 세미나는 매주 토요일에 진행됩니다.'}
</p>
<Checkbox checked={isReview ? true : undefined} name="attendance" required>
Expand Down
2 changes: 1 addition & 1 deletion src/views/ApplyPage/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const APPLY_INFO = {
id: 1,
content: [
{
text: '8월 24일 토요일 OT(오프라인 예정)에 불참 시 지원이 불가하오니 자세히 확인 바랍니다.',
text: '8월 25일 일요일 OT(오프라인 예정)에 불참 시 지원이 불가하오니 자세히 확인 바랍니다.',
weight: 'normal',
},
],
Expand Down

0 comments on commit 7ac42ea

Please sign in to comment.