diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index d508833..458d634 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -6,7 +6,13 @@ { "name": "Currently reading", "url": "https://kjelsrud.dev/logs/bookshelf/", - "books": [] + "books": [ + { + "title": "Mostly Harmless", + "isbn": 9781529034561, + "author": "Adams Douglas" + } + ] }, { "name": "On the shelf", @@ -16,12 +22,7 @@ "title": "The Intelligent Investor (NO)", "isbn": 9788271463823, "author": "Benjamin Graham" - }, - { - "title": "Mostly Harmless", - "isbn": 9781529034561, - "author": "Adams Douglas" - } + } ] }, {