diff --git a/src/components/AllBooks.tsx b/src/components/AllBooks.tsx index d4651b5..e63dd70 100644 --- a/src/components/AllBooks.tsx +++ b/src/components/AllBooks.tsx @@ -82,7 +82,7 @@ export function AllBooks() { diff --git a/src/components/cards/Card.tsx b/src/components/cards/Card.tsx index cc0d32e..e1c5018 100644 --- a/src/components/cards/Card.tsx +++ b/src/components/cards/Card.tsx @@ -36,7 +36,7 @@ export function Card({ return ( <> - + - - {data?.map( - ({ - id, - category, - title, - language, - authors, - pathUrl, - image, - }: CardType) => ( - <> - - - ), - )} - + + + {data?.map( + ({ + id, + category, + title, + language, + authors, + pathUrl, + image, + }: CardType) => ( + <> + + + ), + )} + + ); } diff --git a/src/pages/Search.tsx b/src/pages/Search.tsx index 3f3f920..fbde734 100644 --- a/src/pages/Search.tsx +++ b/src/pages/Search.tsx @@ -272,7 +272,7 @@ export default function Search() { />