mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-22 01:21:40 -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 {
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue