mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
Update J40Header.tsx
removes link to contact page
This commit is contained in:
parent
3ce33c94f7
commit
02bddbf015
1 changed files with 0 additions and 7 deletions
|
@ -222,13 +222,6 @@ const J40Header = ({location}:IJ40Header) => {
|
|||
</Link>,
|
||||
<MethNav key="methDropDown"/>,
|
||||
<AboutNav key="aboutDropDown"/>,
|
||||
<Link
|
||||
to={PAGES_ENDPOINTS.CONTACT}
|
||||
key={'contact'}
|
||||
activeClassName="usa-current"
|
||||
data-cy={'nav-link-contact'}>
|
||||
{intl.formatMessage(COMMON_COPY.HEADER.CONTACT)}
|
||||
</Link>,
|
||||
<div key={'language'}>
|
||||
<Language isDesktop={false}/>
|
||||
</div>,
|
||||
|
|
Loading…
Add table
Reference in a new issue