diff --git a/ui/src/routes/+page.svelte b/ui/src/routes/+page.svelte index f77777d..a618b69 100644 --- a/ui/src/routes/+page.svelte +++ b/ui/src/routes/+page.svelte @@ -136,12 +136,40 @@ {#if heroBook} +{@const stackBook1 = heroBooks[(heroIndex + 1) % heroBooks.length]} +{@const stackBook2 = heroBooks[(heroIndex + 2) % heroBooks.length]}
- + + {#if heroBooks.length >= 3} + + {/if} + + + {#if heroBooks.length >= 2} + + {/if} + +