more dev work
This commit is contained in:
parent
84261c9537
commit
441056cabc
12 changed files with 59 additions and 80 deletions
|
|
@ -157,7 +157,12 @@ const msgValue = pickValue("msg") || (await Astro.session?.get("msg"));
|
|||
{result?.error.message}
|
||||
Please correct any errors and try again.
|
||||
</p>
|
||||
)) || <p>Use this form to shoot me a quick text!</p>}
|
||||
)) || (
|
||||
<p>
|
||||
Inquiries, opportunities, or comments? Shoot me a quick text
|
||||
here!
|
||||
</p>
|
||||
)}
|
||||
</div>
|
||||
<fieldset id="send_otp_fields" disabled={nextAction != "send_otp"}>
|
||||
<label for="name">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue