From c6a20f8f89bb66dbd053156da1496d14febd3b90 Mon Sep 17 00:00:00 2001 From: "Rayyan (Rayy)" Date: Tue, 14 Nov 2023 07:26:47 +0000 Subject: [PATCH] Adjust book cover images to all equal sizes to prevent bouncing --- src/components/ItemImage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ItemImage.js b/src/components/ItemImage.js index e0bb6f2..f11797e 100644 --- a/src/components/ItemImage.js +++ b/src/components/ItemImage.js @@ -29,7 +29,7 @@ export function ItemImage ( props ) { } else { return ( - + ) } } \ No newline at end of file