Skip to content

Commit

Permalink
Update contact.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vcarl authored Aug 22, 2023
1 parent 392e45b commit 5cbb51d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/pages/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,24 @@ const Index = () => {
receive this, with no identifying information provided.
</li>
</ul>
<hr />
<p>
If you choose to reach out anonymously, bear in mind that we may not
reference your message publicly. However, we will read, discuss, and
act on any message received through this form. If you’d prefer to be
contacted on another platform, please include your information as part
of your message.
</p>
<hr />
<p>If you submit a technical question, you will not get a response.</p>
<p>
This form is <em>anonymous</em> and gives{" "}
<em>no identifying information or means to communicate back</em> to
the staff members who receive it. Any inquiry that desires a response
must include contact information.
</p>
<Form fields={fields} name="contact" onSubmit={onSubmit} />
<p>
Please note:{" "}
<strong>
we can not answer technical questions submitted via this form.
</strong>{" "}
Again,{" "}
<strong>we can not answer questions submitted via this form.</strong>{" "}
It is anonymous, intended for submission of sensitive information like
harassment or other moderation problems.
</p>
Expand Down

0 comments on commit 5cbb51d

Please sign in to comment.