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" } ] },