Skip to content
Closed
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions application/src/data/pages/home/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ export default {
importantDates: {
title: 'Important Dates',
items: [
{ label: 'CFP Opens', date: 'TBD' },
{ label: 'CFP Closes', date: 'TBD' },
{ label: 'Speakers Notified', date: 'TBD' },
{ label: 'CFP Opens', date: 'May 15, 2026' },
{ label: 'CFP Closes', date: 'July 15, 2026' },
{ label: 'Speakers Notified', date: 'September 15, 2026' },
{ label: 'Event Day', date: 'December 10, 2026' },
],
},
Expand Down
6 changes: 3 additions & 3 deletions application/src/data/pages/home/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ export default {
importantDates: {
title: 'Dates importantes',
items: [
{ label: 'Ouverture du CFP', date: 'TBD' },
{ label: 'Clôture du CFP', date: 'TBD' },
{ label: 'Notification des speakers', date: 'TBD' },
{ label: 'Ouverture du CFP', date: '15 mai 2026' },
{ label: 'Clôture du CFP', date: '15 juillet 2026' },
{ label: 'Notification des speakers', date: '15 septembre 2026' },
{ label: 'Jour J', date: '10 décembre 2026' },
],
},
Expand Down