mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-22 08:21:40 -07:00
Update J40Footer.tsx
- removes footer links
This commit is contained in:
parent
8ab615fc7c
commit
bc70708ec1
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue