Skip to content

Commit

Permalink
env variables changes (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
denzuko authored Jul 3, 2024
2 parents f85a3f7 + 8ea1e53 commit 9755bec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/NewsLetter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const NewsLetter: React.FC = () => {
const HUBSPOT_FORM_ID = process.env.HUBSPOT_FORM_ID;




const handleSubmit = useCallback(async (e: React.FormEvent<HTMLFormElement>) => {
e.preventDefault();
if (!email) {
Expand Down

0 comments on commit 9755bec

Please sign in to comment.