mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-02 05:30:56 -07:00
Add copy to sidepanel on unselected and correct typo on Traffic data (#1646)
* Add copy to sidepanel - add copy - add spanish copy - update snapshots - udpate en.json and es.json * Fix typo on Traffic data * Reduce sidepanel title font size to x-large
This commit is contained in:
parent
dc261d8740
commit
90908532fa
11 changed files with 44 additions and 8 deletions
|
@ -170,6 +170,13 @@ export const SIDE_PANEL_INITIAL_STATE = defineMessages({
|
|||
`,
|
||||
description: `Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Things to know, this is the first paragraph of this side panel`,
|
||||
},
|
||||
HEADING1: {
|
||||
id: 'explore.map.page.side.panel.info.heading1',
|
||||
defaultMessage: `
|
||||
Zoom in or search and select to see data about any census tract of interest
|
||||
`,
|
||||
description: `Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Things to know, this is the first paragraph of this side panel`,
|
||||
},
|
||||
PARA2: {
|
||||
id: 'explore.map.page.side.panel.info.para2',
|
||||
defaultMessage: `
|
||||
|
|
|
@ -608,7 +608,7 @@ export const SOURCE_LINKS = {
|
|||
/>,
|
||||
DOT_EPA: <FormattedMessage
|
||||
id={'methodology.page.category.source.dot.epa.link'}
|
||||
defaultMessage={`<link1>Traffic Data</link1> from {date17} as compiled by EPA's EJScreen`}
|
||||
defaultMessage={`<link1>Traffic data</link1> from {date17} as compiled by EPA's EJScreen`}
|
||||
description={'Navigate to the Methodology page. This is the source link for DOT EPA'}
|
||||
values={{
|
||||
link1: linkFn('https://www.epa.gov/ejscreen/technical-documentation-ejscreen', false, true),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue