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 = {