From bfb1a96954200528205409497f17c14c2274321d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Go=CC=81mez=20Bachiller?= Date: Wed, 22 Nov 2023 16:34:47 +0100 Subject: [PATCH] feat: restyle book component --- src/components/Book/Book.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/Book/Book.tsx b/src/components/Book/Book.tsx index dbbbf0b..1e47fcc 100644 --- a/src/components/Book/Book.tsx +++ b/src/components/Book/Book.tsx @@ -12,11 +12,13 @@ export default function Book(props: BookProps) { return ( <> - + {title} - -
{title}
+ +
+ {title} +
{authors.join(', ')}