Skip to content

Commit b29044d

Browse files
authored
.
1 parent c22d082 commit b29044d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CallToAction.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import Pill from "./Pill.astro";
33
import Icon from "./Icon.astro";
44
---
5-
<form id="my-form" action={import.meta.env.FORM_URL} method="POST">
5+
<form id="my-form" action="https://formspree.io/f/manwvjgr" method="POST">
66
<label>Name:</label>
77
<input type="text" name="name" />
88
<label>Email:</label>

0 commit comments

Comments
 (0)