mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-03 10:54:19 -07:00
Remove public engagement page and add v1.0 to previous versions
This commit is contained in:
parent
f827d730d1
commit
64839d01ee
42 changed files with 322 additions and 2980 deletions
|
@ -144,13 +144,6 @@ const J40Header = ({location}:IJ40Header) => {
|
|||
data-cy={'nav-link-about'}>
|
||||
{intl.formatMessage(COMMON_COPY.HEADER.ABOUT)}
|
||||
</Link>,
|
||||
<Link
|
||||
to={PAGES_ENDPOINTS.PUBLIC_ENG}
|
||||
key={'publicEng'}
|
||||
activeClassName="usa-current"
|
||||
data-cy={'nav-link-public-engagement'}>
|
||||
{intl.formatMessage(COMMON_COPY.HEADER.PUBLIC_ENG)}
|
||||
</Link>,
|
||||
<Link
|
||||
to={PAGES_ENDPOINTS.FAQS}
|
||||
key={'faqs'}
|
||||
|
@ -197,8 +190,7 @@ const J40Header = ({location}:IJ40Header) => {
|
|||
<NavDropDownButton
|
||||
className={
|
||||
lastSegmentLocation === PAGES_ENDPOINTS.ABOUT.slice(1) ||
|
||||
lastSegmentLocation === PAGES_ENDPOINTS.FAQS.slice(1) ||
|
||||
lastSegmentLocation === PAGES_ENDPOINTS.PUBLIC_ENG.slice(1) ?
|
||||
lastSegmentLocation === PAGES_ENDPOINTS.FAQS.slice(1) ?
|
||||
'usa-current' :
|
||||
''
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue