From 278e2929569929c216008df3ee9b3c6f56c01fc3 Mon Sep 17 00:00:00 2001 From: Admin Date: Mon, 30 Mar 2026 19:44:25 +0500 Subject: [PATCH] fix(home): use book.summary instead of book.description in hero card Co-Authored-By: Claude Sonnet 4.6 --- ui/src/routes/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/routes/+page.svelte b/ui/src/routes/+page.svelte index 577fccc..08d39df 100644 --- a/ui/src/routes/+page.svelte +++ b/ui/src/routes/+page.svelte @@ -70,8 +70,8 @@ {#if heroBook.book.author}

{heroBook.book.author}

{/if} - {#if heroBook.book.description} - + {#if heroBook.book.summary} + {/if}