From 2bdaef89a679eec569ed9df99c88560813c35d1d Mon Sep 17 00:00:00 2001 From: Ben Larson Date: Thu, 20 Apr 2023 23:03:25 -0500 Subject: [PATCH] Add Below the Convergence to bookshelf --- src/bookshelf/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bookshelf/index.html b/src/bookshelf/index.html index 6616fbd..410a7ce 100644 --- a/src/bookshelf/index.html +++ b/src/bookshelf/index.html @@ -322,6 +322,11 @@ author: { name: 'Frank Arthur Worsley', abbr: 'Worsley' }, rating: 5, }, + { + title: "Below the Convergence", + author: { name: 'Alan Gurney', abbr: 'Gurney' }, + rating: 3, + }, ], }; -- 2.45.2