mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-30 00:43: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
|
@ -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