We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c72b0 commit 45e6baeCopy full SHA for 45e6bae
1 file changed
components/contact/ContactForm.jsx
@@ -24,10 +24,7 @@ function ContactForm() {
24
<div className={classes.formContainer}>
25
{/* Embed the Google Form */}
26
<iframe
27
- src={import.meta.env.MODE === 'development'
28
- ? import.meta.env.VITE_CONTACT_FORM_DEV
29
- : import.meta.env.VITE_CONTACT_FORM_PROD
30
- }
+ src={import.meta.env.VITE_CONTACT_FORM}
31
className={classes.iframe}
32
title="Contact Form"
33
>
0 commit comments