From 19cb8ba9a97b4814746806b866d5b6a742b7fa48 Mon Sep 17 00:00:00 2001 From: advplyr Date: Sat, 8 Jan 2022 18:05:38 -0600 Subject: [PATCH] Add:Alt bookshelf view add volume number infront of title #232 --- client/components/cards/LazyBookCard.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/components/cards/LazyBookCard.vue b/client/components/cards/LazyBookCard.vue index cfe0f1e9..1b29c664 100644 --- a/client/components/cards/LazyBookCard.vue +++ b/client/components/cards/LazyBookCard.vue @@ -6,7 +6,9 @@
-

{{ title }}

+

+ #{{ volumeNumber }} {{ title }} +

{{ authorFL }}