Skip to content

Commit

Permalink
I hate JSX
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Jul 25, 2024
1 parent c41ebd0 commit dfb4174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/JoinForm/JoinForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ const JoinForm = () => {
const [isLoading, setIsLoading] = useState(false);
const [submitted, setSubmitted] = useState(false);

/*<p>Join our community network! Fill out the form, and we will reach out over email shortly.</p>*/
return <>
<div className={styles.formBody}>
<form onSubmit={sendForm}>
<h2>Join NYC Mesh</h2>
<!--<p>Join our community network! Fill out the form, and we will reach out over email shortly.</p>-->
<p>This form is not production ready. Please fill out <a href="https://www.nycmesh.net/join">this form</a> instead.</p>
<p style={{ backgroundColor: "yellow" }} >This form is not production ready. Please fill out <a href="https://www.nycmesh.net/join">this form</a> instead.</p>
<div>
<h3>Personal Info</h3>
<input type="text" name="first_name" placeholder="First Name" required />
Expand Down

0 comments on commit dfb4174

Please sign in to comment.