diff --git a/components/TimeLine.tsx b/components/TimeLine.tsx index c71c0af..b3906be 100644 --- a/components/TimeLine.tsx +++ b/components/TimeLine.tsx @@ -48,11 +48,11 @@ function formatDate(raw: string): React.ReactNode { const timelineData = [ { label: 'Submission of Full-length Manuscript', sublabel: 'Opens from', date: '16th April 2026' }, { label: 'Last Date to Submit Full-length Manuscript', sublabel: null, date: '1st July 2026', extended: '14th June 2026' }, - { label: 'Notification of Acceptance', sublabel: null, date: '9th August 2026' }, - { label: 'Early Bird Registration', sublabel: 'Opens from', date: '13th August 2026' }, - { label: 'Early Bird Registration Ends', sublabel: null, date: '30th August 2026' }, + { label: 'Notification of Acceptance', sublabel: null, date: '14th August 2026' }, + { label: 'Early Bird Registration', sublabel: 'Opens from', date: '20th August 2026' }, + { label: 'Early Bird Registration Ends', sublabel: null, date: '05th September 2026' }, { label: 'Last Date for Registration of Paper', sublabel: null, date: '26th September 2026' }, - { label: 'Camera-ready Manuscript & Copyright Form', sublabel: 'Submission deadline', date: '26th September 2026' }, + { label: 'Camera-ready Manuscript & Copyright Form', sublabel: 'Submission deadline', date: '28th September 2026' }, { label: 'Last Date for Registration of Ph.D. Thesis', sublabel: null, date: '30th September 2026' }, { label: 'Best PhD Thesis Presentation', sublabel: null, date: '29th October 2026' }, { label: 'Conference Dates', sublabel: null, date: '30th and 31st October 2026', isHighlight: true },