mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08: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
|
||||
import {GITHUB_LINK, GITHUB_LINK_ES} from '../../constants';
|
||||
import {PAGES_ENDPOINTS} from '../../data/constants';
|
||||
import * as ABOUT_COPY from '../../data/copy/about';
|
||||
/* import {PAGES_ENDPOINTS} from '../../data/constants';
|
||||
*/import * as ABOUT_COPY from '../../data/copy/about';
|
||||
import * as COMMON_COPY from '../../data/copy/common';
|
||||
// import whitehouseIcon from '../../images/eop-seal.svg';
|
||||
|
||||
|
@ -35,7 +35,7 @@ const J40Footer = () => {
|
|||
COMMON_COPY.FOOTER_CEQ_ADDRESS.PHONE,
|
||||
]}
|
||||
/>,
|
||||
],
|
||||
], /*
|
||||
[
|
||||
intl.formatMessage(COMMON_COPY.FOOTER.MORE_INFO),
|
||||
<LinkTypeWrapper
|
||||
|
@ -63,7 +63,7 @@ const J40Footer = () => {
|
|||
key={'contactlink'}
|
||||
dataCy={hyphenizeString(COMMON_COPY.FOOTER.FIND_CONTACT.defaultMessage)}
|
||||
/>,
|
||||
],
|
||||
], */
|
||||
[
|
||||
intl.formatMessage(COMMON_COPY.FOOTER.CONTRIBUTE),
|
||||
<LinkTypeWrapper
|
||||
|
|
Loading…
Add table
Reference in a new issue