From fd2a6fac9be44f2492012ad52958541bac1824ed Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Mon, 10 Jun 2024 10:03:45 +0200 Subject: [PATCH] :books: change currently reading book Signed-off-by: Sindre Kjelsrud --- src/data/biblioteca.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/data/biblioteca.json b/src/data/biblioteca.json index bfe5f07..a99ce6f 100644 --- a/src/data/biblioteca.json +++ b/src/data/biblioteca.json @@ -8,20 +8,20 @@ "url": "https://kjelsrud.dev/logs/books/", "books":[ { - "title": "The Intelligent Investor (NO)", - "isbn": 9788271463823, - "author": "Benjamin Graham" + "title": "Dune", + "isbn": 9780340960196, + "author": "Frank Herbert" } ] }, { "name": "On the shelf", "url": "https://kjelsrud.dev/logs/books/", - "books":[ + "books":[ { - "title": "Dune", - "isbn": 9780340960196, - "author": "Frank Herbert" + "title": "The Intelligent Investor (NO)", + "isbn": 9788271463823, + "author": "Benjamin Graham" }, { "title": "The Summit of The Gods: Vol.3 - Vol.5" @@ -480,4 +480,4 @@ ] } ] -} \ No newline at end of file +}