mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-22 03:41:41 -07:00
update locations
- remove contact - update Github repo in "Check out the code..."
This commit is contained in:
parent
bc70708ec1
commit
3ce33c94f7
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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`;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue