Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchedmob committed Sep 20, 2024
2 parents 9395d1f + 3b5b471 commit 742ed27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Blocks/ContactForm/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function ContactForm(): JSX.Element {
};

const handleSubmit = (e: any) => {
fetch('/__forms.html', {
fetch('/__form.html', {
method: 'POST',
headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
body: encode({ 'form-name': 'contact', ...formField }),
Expand Down

0 comments on commit 742ed27

Please sign in to comment.