Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2024-09-20 15:49:50 -04:00
parent b3920fc967
commit e88f32ee3c
Signed by: xe
SSH Key Fingerprint: SHA256:7EWsWanxCI427bJ0t3CA6LyqXnkPajReCxkUhbpJULU

View File

@ -25,7 +25,7 @@ const ContactPage = () => {
<div className="pb-4">
<h2 className="text-xl font-semibold mb-4">Contact Form</h2>
<noscript className="my-2">Enable JavaScript to use the contact form. It's 2024. Give up.</noscript>
<noscript className="my-2">Enable JavaScript to use the contact form. It{"'"}s 2024. Give up.</noscript>
<ContactForm />
</div>
</div>