diff --git a/src/components/HackathonTimeline.jsx b/src/components/HackathonTimeline.jsx index f67f159..55e2586 100644 --- a/src/components/HackathonTimeline.jsx +++ b/src/components/HackathonTimeline.jsx @@ -6,7 +6,6 @@ const HackathonTimeline = () => { Here’s the timeline with all descriptions in capital letters: -```javascript const timeline = [ { day: 'Day 1', @@ -40,7 +39,6 @@ const timeline = [ ] } ]; -``` useEffect(() => {