diff --git a/src/lib/components/CollectionList.svelte b/src/lib/components/CollectionList.svelte index fe543ac7..b447fb83 100644 --- a/src/lib/components/CollectionList.svelte +++ b/src/lib/components/CollectionList.svelte @@ -44,7 +44,7 @@ >
{#if col === 'benefit'} -
+
{item.slogan}
diff --git a/src/lib/components/ItemLogo.svelte b/src/lib/components/ItemLogo.svelte index c51cd08d..7fc3a5ab 100644 --- a/src/lib/components/ItemLogo.svelte +++ b/src/lib/components/ItemLogo.svelte @@ -13,7 +13,7 @@ {#if item[img]} {item.name} {:else if item.hash} diff --git a/src/routes/[entry]/[type]/+page.svelte b/src/routes/[entry]/[type]/+page.svelte index df7e8703..0de60529 100644 --- a/src/routes/[entry]/[type]/+page.svelte +++ b/src/routes/[entry]/[type]/+page.svelte @@ -99,6 +99,7 @@ {#if type === 'benefits'} Name + Benefit {/if} {#if type === 'places'} @@ -225,6 +226,7 @@ >{item.name} + {item.slogan} {/if} {#if type === 'places'}