mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 18:14:19 -08:00
Update J40Footer.tsx
- removes logo and "help us" button
This commit is contained in:
parent
905b7bb2df
commit
8ab615fc7c
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
import {
|
import {
|
||||||
Address,
|
Address,
|
||||||
Logo,
|
// Logo,
|
||||||
NavList,
|
NavList,
|
||||||
} from '@trussworks/react-uswds';
|
} from '@trussworks/react-uswds';
|
||||||
import {useIntl} from 'gatsby-plugin-intl';
|
import {useIntl} from 'gatsby-plugin-intl';
|
||||||
|
@ -9,14 +9,14 @@ import React from 'react';
|
||||||
import {hyphenizeString} from '../../../cypress/integration/common/helpers';
|
import {hyphenizeString} from '../../../cypress/integration/common/helpers';
|
||||||
import J40MainGridContainer from '../J40MainGridContainer';
|
import J40MainGridContainer from '../J40MainGridContainer';
|
||||||
import LinkTypeWrapper from '../LinkTypeWrapper';
|
import LinkTypeWrapper from '../LinkTypeWrapper';
|
||||||
import SurveyButton from '../SurveyButton';
|
// import SurveyButton from '../SurveyButton';
|
||||||
|
|
||||||
// @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';
|
||||||
|
|
||||||
const J40Footer = () => {
|
const J40Footer = () => {
|
||||||
const intl = useIntl();
|
const intl = useIntl();
|
||||||
|
@ -100,7 +100,7 @@ const J40Footer = () => {
|
||||||
</J40MainGridContainer>
|
</J40MainGridContainer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="usa-footer__secondary-section">
|
{/* <div className="usa-footer__secondary-section">
|
||||||
<J40MainGridContainer>
|
<J40MainGridContainer>
|
||||||
<Logo
|
<Logo
|
||||||
size="medium"
|
size="medium"
|
||||||
|
@ -118,8 +118,8 @@ const J40Footer = () => {
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</J40MainGridContainer>
|
</J40MainGridContainer>
|
||||||
</div>
|
</div> */}
|
||||||
<SurveyButton />
|
{/* <SurveyButton /> */}
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue