From 8ccc1abca6119c0870904a259c8045808e31154a Mon Sep 17 00:00:00 2001 From: Ben Larson Date: Mon, 15 May 2023 17:34:34 -0500 Subject: [PATCH] Add The Ice Master to bookshelf --- src/bookshelf/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/bookshelf/index.html b/src/bookshelf/index.html index 410a7ce..38793d1 100644 --- a/src/bookshelf/index.html +++ b/src/bookshelf/index.html @@ -323,10 +323,15 @@ rating: 5, }, { - title: "Below the Convergence", + title: 'Below the Convergence', author: { name: 'Alan Gurney', abbr: 'Gurney' }, rating: 3, }, + { + title: 'The Ice Master', + author: { name: 'Jennifer Niven', abbr: 'Niven' }, + rating: 4, + }, ], }; -- 2.45.2