Skip to content

Commit 6bc33c7

Browse files
committed
hotfix(ceos): 서류 합격 문구 변경
1 parent 886759b commit 6bc33c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/ceos/src/components/GlassBox/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export const FinPassGlassBox = ({ query, setErrorText }: PassQueryType) => {
217217
</Text>
218218
<p>
219219
- OT 일정 : {parsedOtDate.getMonth() + 1}{parsedOtDate.getDate()}일 (
220-
{dateToDay[parsedOtDate.getDay()]}) 오후 7시, ZOOM으로 진행
220+
{dateToDay[parsedOtDate.getDay()]}) 오후 7시, 신촌에서 대면으로 진행
221221
</p>
222222
<p>
223223
- 최종 합격자에게는 활동 일정 안내를 위해
@@ -240,7 +240,7 @@ export const FinPassGlassBox = ({ query, setErrorText }: PassQueryType) => {
240240
parsedOtDate.getDay() - 1 === -1 ? 6 : parsedOtDate.getDay() - 1
241241
]
242242
}
243-
요일 중으로
243+
요일 내로
244244
<br className="mobile" /> CEOS {query.generation}기 단톡방 초대
245245
예정입니다.
246246
</p>

0 commit comments

Comments
 (0)