Skip to content

Commit

Permalink
[Fix] 모집 지원 기간 수정 (#127)
Browse files Browse the repository at this point in the history
* fix: gdsc 이름 변경되지 않은 부분 수정

* fix: 0225 QA 수정

* fix: 0225 QA 반영

* fix: footer 디자인 재수정

* fix: footer 디자인 리뉴얼

* fix: 와우 클래스 새로운 도메인으로 연결

* fix: 모집기간 수정
  • Loading branch information
eugene028 authored Feb 25, 2025
1 parent ac3a75b commit 6ded6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ function App() {
<Flex direction="column" gap="sm">
<InformationBox
title="모집 기간"
description="1차 지원 기간 : 2월 27일 ~ 3월 1일"
description2="2차 지원 기간 : 3월 4일 ~ 3월 8일"
description="1차 지원 기간 : 2월 27일 ~ 3월 4일"
description2="2차 지원 기간 : 3월 6일 ~ 3월 11일"
/>
<InformationBox
title="지원 자격"
Expand Down

0 comments on commit 6ded6b3

Please sign in to comment.