Add Send feedback button census track feedback (#1232)

* Add send feedback btn to side panel

* Update contact page copy

* remove redundant constant
This commit is contained in:
Vim 2022-02-03 12:39:49 -05:00 committed by GitHub
commit 9b4d45a96c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 156 additions and 12 deletions

View file

@ -303,6 +303,43 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</a>
.
</p>
<h3>
Census track feedback
</h3>
<p>
To provide feedback about a specific census tract, either select the send feedback button after
finding a tract on the
<a
href="/en/cejst"
>
Explore the tool
</a>
page or just use the email address provided above. Please
include the census tract ID, county, state or territory information, in addition to your feedback.
</p>
<p>
If there are specific data indicators that could be improved or changed, please include that
information in the body of the email.
</p>
<p>
In addition, you can provide information about data via the
<a
class="usa-link usa-link--external"
data-cy=""
href="https://www.surveymonkey.com/r/cejst-survey"
rel="noreferrer"
target="_blank"
>
improvement survey
</a>
.
</p>
</div>
</div>
</div>

View file

@ -41,6 +41,10 @@ const ContactPage = ({location}: IContactPageProps) => {
/>,
}}/>
</p>
<h3>{CONTACT_COPY.CENSUS_TRACK_FEEDBACK.TITLE}</h3>
<p>{CONTACT_COPY.CENSUS_TRACK_FEEDBACK.PARAGRAPH1}</p>
<p>{CONTACT_COPY.CENSUS_TRACK_FEEDBACK.PARAGRAPH2}</p>
<p>{CONTACT_COPY.CENSUS_TRACK_FEEDBACK.PARAGRAPH3}</p>
</Grid>
</Grid>
</J40MainGridContainer>