From 9361a631246becb31b2d70288d75ece98625e271 Mon Sep 17 00:00:00 2001 From: imnyang Date: Fri, 16 Aug 2024 22:23:23 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=94=EC=81=9C=20=ED=8D=BC=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Timeline_Page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Timeline_Page.tsx b/src/pages/Timeline_Page.tsx index 5d72b1f..406fa95 100644 --- a/src/pages/Timeline_Page.tsx +++ b/src/pages/Timeline_Page.tsx @@ -8,6 +8,7 @@ import TimelineDot from '@mui/lab/TimelineDot'; import TimelineOppositeContent from '@mui/lab/TimelineOppositeContent'; const events = [ + { date: '2024-08-05', description: '29회 해킹캠프 선발', link: 'https://hackingcamp.org/', dotColor: 'success' }, { date: '2024-08-01', description: '글로벌 스타트업 학교 베트남 해외 연수 데모데이 대상 (1위)', link: 'http://ncf.or.kr', dotColor: 'success' }, { date: '2024-05-16', description: '글로벌 스타트업 학교 2기 합격', link: 'http://ncf.or.kr', dotColor: 'success' }, { date: '2024-05-11', description: 'LG AI 청소년 캠프 1기 LG 탐색상 수상', link: 'https://lgaiyouthcamp.or.kr/', dotColor: 'success' },