Update J40Footer.tsx

- removes footer links
This commit is contained in:
Eric Nost 2025-01-24 21:08:50 -05:00
commit bc70708ec1

View file

@ -13,8 +13,8 @@ import LinkTypeWrapper from '../LinkTypeWrapper';
// @ts-ignore // @ts-ignore
import {GITHUB_LINK, GITHUB_LINK_ES} from '../../constants'; import {GITHUB_LINK, GITHUB_LINK_ES} from '../../constants';
import {PAGES_ENDPOINTS} from '../../data/constants'; /* import {PAGES_ENDPOINTS} from '../../data/constants';
import * as ABOUT_COPY from '../../data/copy/about'; */import * as ABOUT_COPY from '../../data/copy/about';
import * as COMMON_COPY from '../../data/copy/common'; import * as COMMON_COPY from '../../data/copy/common';
// import whitehouseIcon from '../../images/eop-seal.svg'; // import whitehouseIcon from '../../images/eop-seal.svg';
@ -35,7 +35,7 @@ const J40Footer = () => {
COMMON_COPY.FOOTER_CEQ_ADDRESS.PHONE, COMMON_COPY.FOOTER_CEQ_ADDRESS.PHONE,
]} ]}
/>, />,
], ], /*
[ [
intl.formatMessage(COMMON_COPY.FOOTER.MORE_INFO), intl.formatMessage(COMMON_COPY.FOOTER.MORE_INFO),
<LinkTypeWrapper <LinkTypeWrapper
@ -63,7 +63,7 @@ const J40Footer = () => {
key={'contactlink'} key={'contactlink'}
dataCy={hyphenizeString(COMMON_COPY.FOOTER.FIND_CONTACT.defaultMessage)} dataCy={hyphenizeString(COMMON_COPY.FOOTER.FIND_CONTACT.defaultMessage)}
/>, />,
], ], */
[ [
intl.formatMessage(COMMON_COPY.FOOTER.CONTRIBUTE), intl.formatMessage(COMMON_COPY.FOOTER.CONTRIBUTE),
<LinkTypeWrapper <LinkTypeWrapper