Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[메인] 일자 변경 #51

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/pages/About/components/ExhibitionInfo/ExhibitionInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function GraduationCommittee(): React.ReactElement {
<CommitteeWrapper ref={containerRef} isMobile={isMobile}>
<section>
<Title className="commitee_title" isMobile={isMobile}>
2025
2024
<br />
졸업 준비 위원회
</Title>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/About/components/MainTitle/MainTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
];

Expand Down
Loading