diff --git a/src/components/bujo/CollectionTracker.astro b/src/components/bujo/CollectionTracker.astro index 543caaa..72d2e1d 100644 --- a/src/components/bujo/CollectionTracker.astro +++ b/src/components/bujo/CollectionTracker.astro @@ -15,11 +15,11 @@ const daysInMonth = 31; // Pour Janvier, à rendre dynamique plus tard // C'est ici que vous contrôlez l'état du tracker. // Pour chaque habitude, listez les jours où elle a été complétée. const completedHabits = { - "Sport (3x/sem)": [], + "Sport (3x/sem)": [19], "Méditation": [], - "Lecture": [], - "Écriture (Log/Journal)": [17, 18], - "Pratique du code": [17,18], + "Lecture": [19], + "Écriture (Log/Journal)": [17,18,19], + "Pratique du code": [17,18,19], "Budget respecté": [], "Coucher avant 23h": [], };