From 23198b77d488cc3418bd2d0c61c501252de8198a Mon Sep 17 00:00:00 2001 From: HyunSuk Nam Date: Sun, 18 Aug 2024 01:24:27 +0900 Subject: [PATCH] Update Timeline_Page.tsx --- src/pages/Timeline_Page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/Timeline_Page.tsx b/src/pages/Timeline_Page.tsx index 406fa95..40bb295 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-18', description: '29회 해킹캠프 CTF 1위 (고민중독)', link: 'https://ctf.hackingcamp.org/', dotColor: 'success' }, { 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' }, @@ -64,4 +65,4 @@ export default function Timeline_Page() { ); -} \ No newline at end of file +}