update locations

- remove contact
- update Github repo in "Check out the code..."
This commit is contained in:
Eric Nost 2025-01-24 21:11:14 -05:00
commit 3ce33c94f7
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
import {
Address,
// Address,
// Logo,
NavList,
} from '@trussworks/react-uswds';
@ -22,6 +22,7 @@ const J40Footer = () => {
const intl = useIntl();
const NAVLINKS = [
/*
[
intl.formatMessage(COMMON_COPY.FOOTER.CONTACT),
<Address
@ -35,7 +36,7 @@ const J40Footer = () => {
COMMON_COPY.FOOTER_CEQ_ADDRESS.PHONE,
]}
/>,
], /*
],
[
intl.formatMessage(COMMON_COPY.FOOTER.MORE_INFO),
<LinkTypeWrapper

View file

@ -1,2 +1,2 @@
export const GITHUB_LINK = 'https://github.com/DOI-DO/ceq-j40-cejst-2';
export const GITHUB_LINK = 'https://github.com/edgi-govdata-archiving/j40-cejst-2';
export const GITHUB_LINK_ES = `${GITHUB_LINK}/blob/main/README-es.md`;