From e6b3e5f783cfbc79ef30316baee03aaf7f483970 Mon Sep 17 00:00:00 2001 From: Sundarakrishnan N <72200790+SundarakrishnanN@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:38:07 +0530 Subject: [PATCH 1/2] removed a scratch --- components/TimeLine.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/TimeLine.tsx b/components/TimeLine.tsx index c73027c..bd2ecf7 100644 --- a/components/TimeLine.tsx +++ b/components/TimeLine.tsx @@ -12,8 +12,7 @@ const data = [ }, { label: 'Notification of Acceptance', - oldDate: '28th August 2024', - newDate: '7th September 2024', + date: '7th September 2024', }, { label: 'Early Bird Registration', From a32bce67fad76340807d5a18cdc35f134f6aed03 Mon Sep 17 00:00:00 2001 From: Sundarakrishnan N <72200790+SundarakrishnanN@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:41:53 +0530 Subject: [PATCH 2/2] bugFix --- components/TimeLine.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/TimeLine.tsx b/components/TimeLine.tsx index bd2ecf7..ad657b8 100644 --- a/components/TimeLine.tsx +++ b/components/TimeLine.tsx @@ -21,6 +21,7 @@ const data = [ { label: 'Last Date for Registration', oldDate: '3rd October 2024', + newDate: '', }, { label: 'Submission of Camera-ready Manuscript and Copyright Form',