mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-22 15:41:40 -07:00
fix contact fix footer (#511)
* Fix footer * Remove one contact * Fix some spacing issues * Update J40Footer.spec.tsx.snap * Fixes suggested in code review
This commit is contained in:
parent
c19cd3ee55
commit
2af9d6dcd3
3 changed files with 25 additions and 42 deletions
|
@ -28,7 +28,7 @@ const J40Footer = () => {
|
|||
},
|
||||
moreinfoheader: {
|
||||
id: 'footer.moreinfoheader',
|
||||
defaultMessage: 'More Information',
|
||||
defaultMessage: 'More information',
|
||||
description: 'Footer column header',
|
||||
},
|
||||
foia: {
|
||||
|
@ -70,7 +70,7 @@ const J40Footer = () => {
|
|||
aria-label={intl.formatMessage(messages.arialabelfooter)}
|
||||
size="big" // fyi you leave this off and it silently fails...
|
||||
links={[
|
||||
['Contacts',
|
||||
['Contact',
|
||||
<Address
|
||||
key={'footeraddress'}
|
||||
className={'j40-footer-address'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue