HOTFIX: Corrected Contact form card
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m20s
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m20s
This commit is contained in:
parent
ef37e45281
commit
005dfb6929
@ -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="@">
|
||||
|
Loading…
x
Reference in New Issue
Block a user