diff --git a/src/web/sections/favorites/book-tile.astro b/src/web/sections/favorites/book-tile.astro
index b8c79e2..f0c8cba 100644
--- a/src/web/sections/favorites/book-tile.astro
+++ b/src/web/sections/favorites/book-tile.astro
@@ -8,7 +8,7 @@ export interface Props extends Book {}
const { author, image, title, url } = Astro.props;
---
-
+