diff --git a/components/JoinForm.js b/components/JoinForm.js index 4e461a08..46867758 100644 --- a/components/JoinForm.js +++ b/components/JoinForm.js @@ -39,11 +39,11 @@ const JoinForm = () => { }} >
{ e.preventDefault() - fetch(`https://hackclub-slacker.glitch.me/join`, { + fetch(`https://hooks.zapier.com/hooks/catch/507705/o5lw2on/`, { method: 'POST', body: JSON.stringify({ name, email, hs, reason }) })