Minor content updates

This commit is contained in:
Ryon Coleman 2024-12-18 11:59:47 -05:00 committed by Carlos Felix
commit f6d08fbfee
15 changed files with 28 additions and 160 deletions

View file

@ -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>

View file

@ -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),

View file

@ -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>