Skip to content
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
4 changes: 2 additions & 2 deletions components/TimeLine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -126,7 +126,7 @@ const CustomTimeline = () => {
{item.label}
</h3>
<p className="text-xl text-gray-700 font-medium">
{item.date == "28th June 2026" && <><span className="line-through">14th June 2026</span> &rarr;</>} {item.date}{' '}
{item.date == "1st July 2026" && <><span className="line-through">14th June 2026</span> &rarr;</>} {item.date}{' '}
</p>
</div>
</div>
Expand Down
Loading