diff --git a/src/pages/About/components/ExhibitionInfo/ExhibitionInfo.tsx b/src/pages/About/components/ExhibitionInfo/ExhibitionInfo.tsx index 07f1214..73d2304 100644 --- a/src/pages/About/components/ExhibitionInfo/ExhibitionInfo.tsx +++ b/src/pages/About/components/ExhibitionInfo/ExhibitionInfo.tsx @@ -8,9 +8,9 @@ interface InfoItem { } const infoItems: InfoItem[] = [ - { label: '', content: '가천대학교 시각디자인학과 졸업전시 2025' }, - { label: '기간', content: '2024. 10. - 2024. 10.' }, - { label: '시간', content: '10:00 - 18:00' }, + { label: '', content: '2024 가천대학교 시각디자인학과 졸업전시' }, + { label: '기간', content: '2024. 10.17. - 2024. 10.29.' }, + { label: '시간', content: '10:00 - 20:00' }, { label: '장소', content: '가천대학교 비전타워 B1' }, ]; diff --git a/src/pages/About/components/GraduationCommittee/GraduationCommittee.tsx b/src/pages/About/components/GraduationCommittee/GraduationCommittee.tsx index ff1fdeb..1de4c81 100644 --- a/src/pages/About/components/GraduationCommittee/GraduationCommittee.tsx +++ b/src/pages/About/components/GraduationCommittee/GraduationCommittee.tsx @@ -20,7 +20,7 @@ export default function GraduationCommittee(): React.ReactElement {
- 2025 + 2024 <br /> 졸업 준비 위원회 diff --git a/src/pages/About/components/MainTitle/MainTitle.tsx b/src/pages/About/components/MainTitle/MainTitle.tsx index 81be669..bd8de2f 100644 --- a/src/pages/About/components/MainTitle/MainTitle.tsx +++ b/src/pages/About/components/MainTitle/MainTitle.tsx @@ -14,9 +14,9 @@ interface InfoItem { } const infoItems: InfoItem[] = [ - { label: '', content: '가천대학교 시각디자인학과 졸업전시 2025' }, - { label: '기간', content: '2024. 10. - 2024. 10.' }, - { label: '시간', content: '10:00 - 18:00' }, + { label: '', content: '2024 가천대학교 시각디자인학과 졸업전시' }, + { label: '기간', content: '2024. 10.17. - 2024. 10.29.' }, + { label: '시간', content: '10:00 - 22:00' }, { label: '장소', content: '가천대학교 비전타워 B1' }, ];