Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dateUpdate #121

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading