mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-09 02:34:18 -07:00
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:
parent
4b95583117
commit
9b4d45a96c
8 changed files with 156 additions and 12 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue