From acaba5f9772749e435138a0ba0a265feadc07fec Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Feb 2026 21:44:33 +0000 Subject: [PATCH 1/2] Initial plan From cba0a0f6ff0bed3ea7d4b1a8435b851930b4e78c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Feb 2026 21:47:08 +0000 Subject: [PATCH 2/2] Add CFP dates to content (open: 15/05/2026, closes: 15/07/2026, results: 15/09/2026) Co-authored-by: fredleger <2778741+fredleger@users.noreply.github.com> --- application/src/data/pages/home/en.ts | 6 +++--- application/src/data/pages/home/fr.ts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/application/src/data/pages/home/en.ts b/application/src/data/pages/home/en.ts index 08e91a9..e87a64d 100644 --- a/application/src/data/pages/home/en.ts +++ b/application/src/data/pages/home/en.ts @@ -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' }, ], }, diff --git a/application/src/data/pages/home/fr.ts b/application/src/data/pages/home/fr.ts index 5a72812..228d851 100644 --- a/application/src/data/pages/home/fr.ts +++ b/application/src/data/pages/home/fr.ts @@ -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' }, ], },