HOTFIX: Corrected Contact form card
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m20s

This commit is contained in:
Luke Else 2025-05-26 21:12:32 +01:00
parent ef37e45281
commit 005dfb6929
Signed by: luke-else
GPG Key ID: B44FAF5CD3964A56

View File

@ -26,9 +26,12 @@
}
</script>
<Card headerLeft="Contact Me">
<Card>
<div slot="headerLeft">
Contact Me
</div>
<!-- Contact Form -->
<form class="w-full max-w-3xl mx-auto flex flex-col gap-4 text-lg" action="https://api.staticforms.xyz/submit" method="post">
<form slot="content" class="w-full max-w-3xl mx-auto flex flex-col gap-4 text-lg" action="https://api.staticforms.xyz/submit" method="post">
<div class="hidden">
<input type="hidden" name="accessKey" value="fbb5ec04-506b-448a-a445-a2e47579a966">
<input type="hidden" name="replyTo" value="@">