Skip to content

Commit

Permalink
fix(contact): contact form application name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yokesh-ks committed Sep 4, 2023
1 parent 4fd8b58 commit cd0da2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function SignIn() {
body: JSON.stringify({
access_key: process.env.CONTACT_FORM_ACCESS_KEY,
name: e.target.name.value,
subject: "New Submission from Topological Material WebApp visitor",
subject: "New Submission from ToolEmpire WebApp visitor",
email: e.target.email.value,
message: e.target.message.value,
}),
Expand Down

0 comments on commit cd0da2c

Please sign in to comment.