Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshsnaik authored Aug 31, 2024
1 parent c22d082 commit b29044d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CallToAction.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import Pill from "./Pill.astro";
import Icon from "./Icon.astro";
---
<form id="my-form" action={import.meta.env.FORM_URL} method="POST">
<form id="my-form" action="https://formspree.io/f/manwvjgr" method="POST">
<label>Name:</label>
<input type="text" name="name" />
<label>Email:</label>
Expand Down

0 comments on commit b29044d

Please sign in to comment.