Skip to content

Commit

Permalink
dateUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
SundarakrishnanN committed Aug 28, 2024
1 parent 4de0e4c commit d82a0ed
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions components/TimeLine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,28 @@ const data = [
},
{
label: 'Last date to submit Full-length Manuscript',
oldDate: '14th August 2024',
newDate: '',
date: '14th August 2024',

},
{
label: 'Notification of Acceptance',
date: '28th August 2024',
oldDate: '28th August 2024',
newDate:'7th September 2024',
},
{
label: 'Early Bird Registration',
date: 'Before 18th September 2024',

date:'Before 23th September 2024',
},
{
label: 'Submission of Camera-ready Manuscript and Copyright Form',
date: '10th October 2024',
oldDate: '10th October 2024',
newDate:'7th October 2024',
},
{
label: 'Last Date for Registration',
date: '15th October 2024',
oldDate: '15th October 2024',
newDate:'12th October 2024',
},
{
label: 'Pre-Conference Tutorial',
Expand Down

0 comments on commit d82a0ed

Please sign in to comment.