Updated url in contact form

dependabot/npm_and_yarn/typescript-eslint/parser-4.33.0
guusvanmeerveld 4 years ago
parent ddb2758d06
commit c02785b7a4

@ -2,7 +2,7 @@ import { FormEventHandler, useRef, useState } from 'react';
import ReCAPTCHA from 'react-google-recaptcha'; import ReCAPTCHA from 'react-google-recaptcha';
import { useTheme } from 'next-themes'; import { useTheme } from 'next-themes';
const formURL = 'http://localhost:4000/portfolio'; const formURL = 'http://ldev.guusvanmeerveld.dev/portfolio';
const Contact = () => { const Contact = () => {
const { theme, setTheme } = useTheme(); const { theme, setTheme } = useTheme();

Loading…
Cancel
Save