Skip to content

Commit

Permalink
chore : 시간 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
imeureka committed Oct 25, 2024
1 parent 561387b commit ab8b826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/About/components/MainTitle/MainTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface InfoItem {
const infoItems: InfoItem[] = [
{ label: '', content: '2024 가천대학교 시각디자인학과 졸업전시' },
{ label: '기간', content: '2024. 10.17. - 2024. 10.29.' },
{ label: '시간', content: '10:00 - 22:00' },
{ label: '시간', content: '10:00 - 20:00' },
{ label: '장소', content: '가천대학교 비전타워 B1' },
];

Expand Down

0 comments on commit ab8b826

Please sign in to comment.