mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-22 01:21:40 -07:00
Updates to FAQs, About, Downloads and Methodology pages
This commit is contained in:
parent
fd587c5b99
commit
bb36bf3f5a
31 changed files with 599 additions and 1008 deletions
|
@ -13,6 +13,7 @@ import SurveyButton from '../SurveyButton';
|
|||
|
||||
// @ts-ignore
|
||||
import {GITHUB_LINK, GITHUB_LINK_ES} from '../../constants';
|
||||
import {PAGES_ENDPOINTS} from '../../data/constants';
|
||||
import * as COMMON_COPY from '../../data/copy/common';
|
||||
import whitehouseIcon from '../../images/eop-seal.svg';
|
||||
|
||||
|
@ -48,7 +49,7 @@ const J40Footer = () => {
|
|||
<LinkTypeWrapper
|
||||
linkText={intl.formatMessage(COMMON_COPY.FOOTER.PRIVACY)}
|
||||
internal={true}
|
||||
url={intl.formatMessage(COMMON_COPY.FOOTER.PRIVACY_LINK)}
|
||||
url={PAGES_ENDPOINTS.PRIVACY}
|
||||
openUrlNewTab={false}
|
||||
key={'privacylink'}
|
||||
dataCy={hyphenizeString(COMMON_COPY.FOOTER.PRIVACY.defaultMessage)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue