diff --git a/src/routes/[entry]/[type]/+page.svelte b/src/routes/[entry]/[type]/+page.svelte index 54f971ef..a9c07ba8 100644 --- a/src/routes/[entry]/[type]/+page.svelte +++ b/src/routes/[entry]/[type]/+page.svelte @@ -82,6 +82,12 @@ Name {/if} + {#if type === 'places'} + + Name + 👥 + Address + {/if} @@ -167,7 +173,17 @@ {item.name} - {/if} + {/if} + {#if type === 'places'} + + + + + {item.name} + + {item.capacity} + {item.address} + {/if} {/each}