From ed55d83483c7a89e611b391d857f23dc5b4cc4fb Mon Sep 17 00:00:00 2001 From: aryank25 Date: Wed, 23 Sep 2026 16:05:57 +0530 Subject: [PATCH] update TimeLine --- components/TimeLine.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/TimeLine.tsx b/components/TimeLine.tsx index b3906be..7bf1702 100644 --- a/components/TimeLine.tsx +++ b/components/TimeLine.tsx @@ -51,8 +51,8 @@ const timelineData = [ { 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: '28th September 2026' }, + { label: 'Last Date for Registration of Paper', sublabel: null, date: '30th September 2026' }, + { label: 'Camera-ready Manuscript & Copyright Form', sublabel: 'Submission deadline', date: '30th 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 },