From 06a0fd3914020ca47487628afdabbaff62ebe67e Mon Sep 17 00:00:00 2001 From: LATCHIMY Nicolas Date: Mon, 19 Jan 2026 18:52:53 +0400 Subject: [PATCH] =?UTF-8?q?livre=20=C3=A0=20acheter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/bujo/CollectionBooks.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/bujo/CollectionBooks.astro b/src/components/bujo/CollectionBooks.astro index c906919..c13a11e 100644 --- a/src/components/bujo/CollectionBooks.astro +++ b/src/components/bujo/CollectionBooks.astro @@ -2,6 +2,7 @@ // Exemple de données. Plus tard, cela pourrait venir de fichiers de contenu. const books = [ { title: "Vers la beauté", author: "David Foenkinos", status: "En cours" }, + { title: "La huitième couleur", author: "Terry Pratchett", status: "À acheter" }, ]; const booksByStatus = {