Skip to content

Commit 45e6bae

Browse files
committed
chore: simplify contact form source
1 parent c6c72b0 commit 45e6bae

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

components/contact/ContactForm.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ function ContactForm() {
2424
<div className={classes.formContainer}>
2525
{/* Embed the Google Form */}
2626
<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-
}
27+
src={import.meta.env.VITE_CONTACT_FORM}
3128
className={classes.iframe}
3229
title="Contact Form"
3330
>

0 commit comments

Comments
 (0)