diff --git a/frontend/src/lib/components/CollectionCard.svelte b/frontend/src/lib/components/CollectionCard.svelte index 7696c74..5439fc7 100644 --- a/frontend/src/lib/components/CollectionCard.svelte +++ b/frontend/src/lib/components/CollectionCard.svelte @@ -80,7 +80,20 @@ class="card min-w-max lg:w-96 md:w-80 sm:w-60 xs:w-40 bg-primary-content shadow-xl overflow-hidden text-base-content" >
{collection.adventures.length} Adventures
{#if collection.start_date && collection.end_date}@@ -96,12 +109,7 @@ ) + 1}{' '} days
{/if} -