mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-17 00:31:40 -07:00
Update copy on site based on living copy document (#697)
* Update copy on site based on living copy document * Updates copy from living doc v2 - updates shots * Update styling to sidepanel - make indicator heading white - change bg color of add'nl indicators 'FAFAFA' * Separate dataset cards sections by style - abstract out additional cards color to utils - create a baseCard mixin - add datasetCardAdditional style block - add additionalIndicator prop to DatasetCard - lower abstaction of GridContainer from methodology to DatasetContainer - updates snapshot * Swap resolution and source in dataset cards - update snapshots * Update SVGs on About page - re-center the SVGs to content vertically
This commit is contained in:
parent
cd33f323c8
commit
61fc8e6c15
25 changed files with 1714 additions and 701 deletions
|
@ -63,6 +63,8 @@ export const PM25_PERCENTILE = 'Particulate matter (PM2.5) (percentile)';
|
|||
|
||||
// The name of the layer within the tiles that contains the score
|
||||
export const SCORE_SOURCE_LAYER = 'blocks';
|
||||
export const DOWNLOAD_FILE_SIZE = '143MB';
|
||||
export const DOWNLOAD_LAST_UPDATED = '09/20/21';
|
||||
|
||||
export type J40Properties = { [key: string]: any };
|
||||
|
||||
|
@ -149,7 +151,7 @@ export const EXPLORE_TOOL_PAGE_TEXT = defineMessages({
|
|||
},
|
||||
PRIORITY_DESCRIPT: {
|
||||
id: 'legend.info.threshold.label',
|
||||
defaultMessage: 'These communities are identified as experiencing disadvantages that merit' +
|
||||
defaultMessage: 'A community identified as experiencing disadvantages that merits' +
|
||||
' the focus of certain Federal investments, including through the Justice40 Initiative',
|
||||
description: 'the label of the threshold community legend',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue