diff --git a/client/src/components/J40Footer/J40Footer.tsx b/client/src/components/J40Footer/J40Footer.tsx index 2cf818b1..6dcd7a62 100644 --- a/client/src/components/J40Footer/J40Footer.tsx +++ b/client/src/components/J40Footer/J40Footer.tsx @@ -1,6 +1,6 @@ import { Address, - Logo, + // Logo, NavList, } from '@trussworks/react-uswds'; import {useIntl} from 'gatsby-plugin-intl'; @@ -9,14 +9,14 @@ import React from 'react'; import {hyphenizeString} from '../../../cypress/integration/common/helpers'; import J40MainGridContainer from '../J40MainGridContainer'; import LinkTypeWrapper from '../LinkTypeWrapper'; -import SurveyButton from '../SurveyButton'; +// import SurveyButton from '../SurveyButton'; // @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 * as COMMON_COPY from '../../data/copy/common'; -import whitehouseIcon from '../../images/eop-seal.svg'; +// import whitehouseIcon from '../../images/eop-seal.svg'; const J40Footer = () => { const intl = useIntl(); @@ -100,7 +100,7 @@ const J40Footer = () => { -
+ {/*
{ } /> -
- +
*/} + {/* */} ); };