Skip to content

Commit

Permalink
Indicate that meshforms is not in production yet
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges authored Apr 19, 2024
1 parent 3dcc7e1 commit c41ebd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/JoinForm/JoinForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ const JoinForm = () => {
<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>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>
<div>
<h3>Personal Info</h3>
<input type="text" name="first_name" placeholder="First Name" required />
Expand Down

0 comments on commit c41ebd0

Please sign in to comment.