From 48e5e4e42c9762c5404817a9e7eedde900143817 Mon Sep 17 00:00:00 2001 From: LATCHIMY Nicolas Date: Mon, 19 Jan 2026 08:45:38 +0400 Subject: [PATCH] lundi bujo tracker --- src/components/bujo/CollectionTracker.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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": [], };