feat: reference geist from google fonts (#876)

This commit is contained in:
Jeremy 2025-03-18 13:57:06 -07:00 committed by GitHub
parent d26e0d9ac4
commit 1a8cd993f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 73 additions and 75 deletions

View file

@ -39,7 +39,7 @@ export default function Page() {
setIsSuccessful(true);
router.refresh();
}
}, [state, router]);
}, [state]);
const handleSubmit = (formData: FormData) => {
setEmail(formData.get('email') as string);