Adds post 1.0 updates (#2105)

- closes #2104 - updates statistical areas link
- closes #2103 - CAPs on NO and PARTIALLY
- closes #2099 - Update press release on Alert and FAQs
- closes #2101 - global replace high school degree to high school diploma
- add comparison chart to FAQ
- update .env file with comp chart route to S3
- update snapshots
This commit is contained in:
Vim 2022-11-23 12:07:21 -08:00 committed by GitHub
commit db75b8ae76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 162 additions and 51 deletions

View file

@ -602,8 +602,11 @@ export const FAQ_ANSWERS = {
/>,
Q17_P1: <FormattedMessage
id={ 'faqs.page.answers.Q17_P1'}
defaultMessage={ `The tool is now considered official because Federal agencies can now use version 1.0 of the Climate and Economic Justice Screening Tool (CEJST) to help identify disadvantaged communities. The 1.0 version was released in November, 2022. The tool is no longer in beta.`}
defaultMessage={ `The tool is now considered official because Federal agencies can now use version 1.0 of the Climate and Economic Justice Screening Tool (CEJST) to help identify disadvantaged communities. The 1.0 version was released in <link1>November, 2022</link1>. The tool is no longer in beta.`}
description={ 'Navigate to the FAQs page, this will be an answer, Q17_P1'}
values={{
link1: linkFn('https://www.whitehouse.gov/ceq/news-updates/2022/11/22/biden-harris-administration-launches-version-1-0-of-climate-and-economic-justice-screening-tool-key-step-in-implementing-president-bidens-justice40-initiative/', false, true),
}}
/>,
Q17_P2: <FormattedMessage
id={ 'faqs.page.answers.Q17_P2'}