fix
All checks were successful
deploy to production / deploy (push) Successful in 35s

This commit is contained in:
2023-09-08 15:34:52 +00:00
parent 605ac82471
commit a5e1ede626
4 changed files with 10 additions and 4 deletions

View File

@@ -37,7 +37,11 @@
<div class="content" class:closed="{i !== opened}">
{@html box.text}
{#if box.emailButton}
<a href="mailto:info@fontis.de?subject={box.emailSubject || 'Bewerbung'}" class="button">
<a
href="mailto:info@fontis.de?subject={box.emailSubject || 'Bewerbung'}"
style="text-decoration: none;"
class="button"
>
<button> bewerben </button>
</a>
{/if}