diff --git a/client/components/cards/BookMatchCard.vue b/client/components/cards/BookMatchCard.vue index 6d82e4b5..dba64a7d 100644 --- a/client/components/cards/BookMatchCard.vue +++ b/client/components/cards/BookMatchCard.vue @@ -4,7 +4,7 @@
-
+

{{ book.title }}

@@ -15,6 +15,12 @@

{{ book.description }}

+
+

{{ book.title }}

+

by {{ book.author }}

+

{{ book.genres.join(', ') }}

+

{{ book.trackCount }} Episodes

+