diff --git a/components/TimeLine.tsx b/components/TimeLine.tsx index f5d066b..ba379af 100644 --- a/components/TimeLine.tsx +++ b/components/TimeLine.tsx @@ -13,7 +13,7 @@ const CustomTimeline = () => { }, { label: 'Last date to submit Full-length Manuscript', - date: '28th June 2026', + date: '1st July 2026', }, { label: 'Notification of Acceptance', @@ -126,7 +126,7 @@ const CustomTimeline = () => { {item.label}
- {item.date == "28th June 2026" && <>14th June 2026 →>} {item.date}{' '} + {item.date == "1st July 2026" && <>14th June 2026 →>} {item.date}{' '}