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 { import {
Address, // Address,
// Logo, // Logo,
NavList, NavList,
} from '@trussworks/react-uswds'; } from '@trussworks/react-uswds';
@ -22,6 +22,7 @@ const J40Footer = () => {
const intl = useIntl(); const intl = useIntl();
const NAVLINKS = [ const NAVLINKS = [
/*
[ [
intl.formatMessage(COMMON_COPY.FOOTER.CONTACT), intl.formatMessage(COMMON_COPY.FOOTER.CONTACT),
<Address <Address
@ -35,7 +36,7 @@ const J40Footer = () => {
COMMON_COPY.FOOTER_CEQ_ADDRESS.PHONE, COMMON_COPY.FOOTER_CEQ_ADDRESS.PHONE,
]} ]}
/>, />,
], /* ],
[ [
intl.formatMessage(COMMON_COPY.FOOTER.MORE_INFO), intl.formatMessage(COMMON_COPY.FOOTER.MORE_INFO),
<LinkTypeWrapper <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`; export const GITHUB_LINK_ES = `${GITHUB_LINK}/blob/main/README-es.md`;