diff --git a/src/components/Bitbox/Timeline.js b/src/components/Bitbox/Timeline.js index d15bd38..57d214e 100644 --- a/src/components/Bitbox/Timeline.js +++ b/src/components/Bitbox/Timeline.js @@ -18,20 +18,21 @@ const timeline = [ title: 'Registration begins', description: `Get, set and be ready to code for Hackathon!` }, + // { + // id: 2, + // date: 'March 2, 2024 @ 16:30PM', + // title: 'Webinar', + // description:`Webinar in collaboration with Coding Ninjas on "How students can prepare for Product Based Companies" by Himanshu Gusain (Amazon Programmer Analyst).` + // }, { - id: 2, - date: 'March 2, 2024 @ 16:30PM', - title: 'Webinar', - description:`Webinar in collaboration with Coding Ninjas on "How students can prepare for Product Based Companies" by Himanshu Gusain (Amazon Programmer Analyst).` - },{ - id: 3, + id: 2, date: 'March 6, 2024 to March 8, 2024', title: 'Idea submission', description: `Ideate, brainstorm and form a structure and your thoughts for the problem statement.` }, { - id: 4, + id: 3, date : 'March 13, 2024 & March 15, 2024', title: 'Speaker Session', description: `Get to know about the latest trends in the tech industry by our speakers Mahima hans and Urvi Goel.` @@ -43,13 +44,13 @@ const timeline = [ // description:`A fun event to test your coding skills and win exciting prizes!` // }, { - id: 5, + id: 4, date: 'March 14, 2024', title: 'CodeBurnšŸ”„', description:`Ignite your DSA skills in this engaging coding competition!` }, { - id: 6, + id: 5, date: 'March 16, 2024', title: 'Hackathon', description: `Get ready for 12 hours of code sprint!` @@ -156,8 +157,8 @@ const Card = ({ id, title, description, date }) => { {title} {description} - {id===5?
Register Here
:<>} - {id===2?
Register Here
:<>} + {id===4?
Register Here
:<>} + {/* {id===2?
Register Here
:<>} */}