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 +}