mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-26 12:51:40 -07:00
Minor content updates
This commit is contained in:
parent
dc076d649c
commit
f6d08fbfee
15 changed files with 28 additions and 160 deletions
|
@ -317,7 +317,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<strong>
|
||||
Note:
|
||||
</strong>
|
||||
this burden only applies for census tracts with populations greater than 20 people.
|
||||
This burden only applies for census tracts with populations greater than 20 people.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -1422,7 +1422,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<strong>
|
||||
Note:
|
||||
</strong>
|
||||
this burden only applies for census tracts with populations greater than 20 people.
|
||||
This burden only applies for census tracts with populations greater than 20 people.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -33,14 +33,6 @@ const J40Footer = () => {
|
|||
COMMON_COPY.FOOTER_CEQ_ADDRESS.PHONE,
|
||||
]}
|
||||
/>,
|
||||
<LinkTypeWrapper
|
||||
linkText={intl.formatMessage(COMMON_COPY.FOOTER.SIGN_UP)}
|
||||
internal={false}
|
||||
url={COMMON_COPY.FOOTER.SIGN_UP_LINK}
|
||||
openUrlNewTab={true}
|
||||
key={'signup'}
|
||||
dataCy={hyphenizeString(COMMON_COPY.FOOTER.SIGN_UP.defaultMessage)}
|
||||
/>,
|
||||
],
|
||||
[
|
||||
intl.formatMessage(COMMON_COPY.FOOTER.MORE_INFO),
|
||||
|
|
|
@ -60,19 +60,6 @@ exports[`J40Footer renders correctly 1`] = `
|
|||
</div>
|
||||
</address>
|
||||
</li>
|
||||
<li
|
||||
class="usa-footer__secondary-link"
|
||||
>
|
||||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy="sign-up-for-updates"
|
||||
href="https://lp.constantcontactpages.com/su/Vm8pCFj/spring"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
Sign up for updates
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue