From 5ec0d228f7d2df42c296f25dfe4c181e09b9e5e2 Mon Sep 17 00:00:00 2001 From: Ryon Coleman Date: Mon, 16 Dec 2024 11:21:31 -0500 Subject: [PATCH] remove whitehouse link from footer --- client/src/components/J40Footer/J40Footer.tsx | 16 ++++------------ .../__snapshots__/J40Footer.spec.tsx.snap | 13 ------------- .../tests/__snapshots__/about.test.tsx.snap | 13 ------------- .../tests/__snapshots__/contact.test.tsx.snap | 13 ------------- .../tests/__snapshots__/downloads.test.tsx.snap | 13 ------------- .../freqAskedQuestions.test.tsx.snap | 13 ------------- .../__snapshots__/methodology.test.tsx.snap | 13 ------------- .../tests/__snapshots__/publicEng.test.tsx.snap | 13 ------------- .../__snapshots__/techSupportDoc.test.tsx.snap | 13 ------------- 9 files changed, 4 insertions(+), 116 deletions(-) diff --git a/client/src/components/J40Footer/J40Footer.tsx b/client/src/components/J40Footer/J40Footer.tsx index 603f6572..72e5e0d1 100644 --- a/client/src/components/J40Footer/J40Footer.tsx +++ b/client/src/components/J40Footer/J40Footer.tsx @@ -1,10 +1,10 @@ -import React from 'react'; import { Address, Logo, + NavList, } from '@trussworks/react-uswds'; -import {NavList} from '@trussworks/react-uswds'; import {useIntl} from 'gatsby-plugin-intl'; +import React from 'react'; import {hyphenizeString} from '../../../cypress/integration/common/helpers'; import J40MainGridContainer from '../J40MainGridContainer'; @@ -12,9 +12,9 @@ import LinkTypeWrapper from '../LinkTypeWrapper'; import SurveyButton from '../SurveyButton'; // @ts-ignore -import whitehouseIcon from '../../images/eop-seal.svg'; -import * as COMMON_COPY from '../../data/copy/common'; import {GITHUB_LINK, GITHUB_LINK_ES} from '../../constants'; +import * as COMMON_COPY from '../../data/copy/common'; +import whitehouseIcon from '../../images/eop-seal.svg'; const J40Footer = () => { const intl = useIntl(); @@ -46,14 +46,6 @@ const J40Footer = () => { intl.formatMessage(COMMON_COPY.FOOTER.MORE_INFO), , - - Whitehouse.gov - - - - - - - - - -