From ab8b826105fff627b15d1ead44f8593ec9cb8286 Mon Sep 17 00:00:00 2001 From: "lky062@naver.com" Date: Fri, 25 Oct 2024 12:16:41 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20=EC=8B=9C=EA=B0=84=20=EC=98=A4?= =?UTF-8?q?=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/About/components/MainTitle/MainTitle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/About/components/MainTitle/MainTitle.tsx b/src/pages/About/components/MainTitle/MainTitle.tsx index bd8de2f..8ee1883 100644 --- a/src/pages/About/components/MainTitle/MainTitle.tsx +++ b/src/pages/About/components/MainTitle/MainTitle.tsx @@ -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' }, ];