Update Partner.svelte

This commit is contained in:
Jesse Winton
2025-06-19 16:52:04 -04:00
parent 5f32d8a669
commit 0f2c73af61

View File

@@ -78,7 +78,7 @@
{@render children?.()}
</div>
{#if email}
<Button href={`mailto:${email}`}>Contact {title}</Button>
<Button href={email}>Contact {title}</Button>
{/if}
</div>
</div>