From 2a2f4e0a7ea06cfeca14407c6a55210bd1dc2715 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Wed, 16 Apr 2025 23:04:14 +0200 Subject: [PATCH] :books: Update currently reading Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index 9f607cc..74789c5 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -7,7 +7,11 @@ "name": "Currently reading", "url": "https://kjelsrud.dev/logs/bookshelf/", "books":[ - + { + "title": "Life, the Universe and Everything", + "isbn": 9781529034547, + "author": "Adams Douglas" + } ] }, { @@ -28,11 +32,6 @@ "title": "Mostly Harmless", "isbn": 9781529034561, "author": "Adams Douglas" - }, - { - "title": "Life, the Universe and Everything", - "isbn": 9781529034547, - "author": "Adams Douglas" } ] },