diff --git a/src/lib/components/blocks/AdressbuchBlock.svelte b/src/lib/components/blocks/AdressbuchBlock.svelte index d93a597..3a0971b 100644 --- a/src/lib/components/blocks/AdressbuchBlock.svelte +++ b/src/lib/components/blocks/AdressbuchBlock.svelte @@ -144,28 +144,32 @@ {/if} - + {#if contact.phone || contact.email} -
+
{#if contact.phone} - - - {contact.phone} - +
+ {contact.phone} + + + +
{/if} {#if contact.email} - - - {contact.email} - +
+ {contact.email} + + + +
{/if}
{/if}