mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-06 16:24:19 -07:00
* Remove survey link from the contact page. Fixes Issue #2245. * Add back whitespace to pass snapshot testing
This commit is contained in:
parent
d3376665bf
commit
c88df4e26a
9 changed files with 20 additions and 60 deletions
|
@ -34,12 +34,11 @@ const ContactPage = ({location}: IContactPageProps) => {
|
|||
<h2>
|
||||
{intl.formatMessage(CONTACT_COPY.PAGE_INTRO.PAGE_SUB_HEADING)}
|
||||
</h2>
|
||||
<p>{CONTACT_COPY.CENSUS_TRACT_FEEDBACK.PARAGRAPH3}</p>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id={'contact.page.general'}
|
||||
description={'Contact page body text'}
|
||||
defaultMessage={`Otherwise, email CEQ at: {general_email_address}.`}
|
||||
defaultMessage={`Email CEQ at: {general_email_address}.`}
|
||||
values={{
|
||||
general_email_address:
|
||||
<LinkTypeWrapper
|
||||
|
|
|
@ -869,17 +869,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
.
|
||||
</li>
|
||||
<li>
|
||||
Any other questions? The best way to contact the Council on Environmental Quality (CEQ) is by filling out this
|
||||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy=""
|
||||
href="https://www.surveymonkey.com/r/5LZ7MNB"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
form
|
||||
</a>
|
||||
. Otherwise, email:
|
||||
Any other questions? Email:
|
||||
<a
|
||||
class="usa-link"
|
||||
href="/en/methodology"
|
||||
|
|
|
@ -432,22 +432,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
Contact us
|
||||
</h2>
|
||||
<p>
|
||||
|
||||
The best way to contact the Council on Environmental Quality (CEQ) is by filling out
|
||||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy=""
|
||||
href="https://www.surveymonkey.com/r/5LZ7MNB"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
this form
|
||||
</a>
|
||||
.
|
||||
|
||||
</p>
|
||||
<p>
|
||||
Otherwise, email CEQ at:
|
||||
Email CEQ at:
|
||||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue