mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-02 00:24:19 -07:00
add new tag to new census info card (#2131)
This commit is contained in:
parent
490f25ced6
commit
4fe6ce5a82
4 changed files with 28 additions and 9 deletions
|
@ -5,9 +5,15 @@ exports[`rendering of indicator dataset card checks if component renders 1`] = `
|
||||||
<div
|
<div
|
||||||
id="census-tract-info"
|
id="census-tract-info"
|
||||||
>
|
>
|
||||||
<div
|
<div>
|
||||||
class=""
|
<div>
|
||||||
>
|
<span
|
||||||
|
class="usa-tag"
|
||||||
|
data-testid="tag"
|
||||||
|
>
|
||||||
|
NEW
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<h3>
|
<h3>
|
||||||
Census tract information and demographics
|
Census tract information and demographics
|
||||||
</h3>
|
</h3>
|
||||||
|
|
|
@ -76,9 +76,15 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<div
|
<div
|
||||||
id="census-tract-info"
|
id="census-tract-info"
|
||||||
>
|
>
|
||||||
<div
|
<div>
|
||||||
class=""
|
<div>
|
||||||
>
|
<span
|
||||||
|
class="usa-tag"
|
||||||
|
data-testid="tag"
|
||||||
|
>
|
||||||
|
NEW
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<h3>
|
<h3>
|
||||||
Census tract information and demographics
|
Census tract information and demographics
|
||||||
</h3>
|
</h3>
|
||||||
|
|
|
@ -838,6 +838,7 @@ export const INDICATORS = [
|
||||||
defaultMessage={`Census tract information and demographics`}
|
defaultMessage={`Census tract information and demographics`}
|
||||||
description={'Navigate to the Methodology page. This is the title text for the census tract dataset'}
|
description={'Navigate to the Methodology page. This is the title text for the census tract dataset'}
|
||||||
/>,
|
/>,
|
||||||
|
isNew: true,
|
||||||
description: <FormattedMessage
|
description: <FormattedMessage
|
||||||
id={'methodology.page.category.census.tract.description.text'}
|
id={'methodology.page.category.census.tract.description.text'}
|
||||||
defaultMessage={`
|
defaultMessage={`
|
||||||
|
|
|
@ -1089,9 +1089,15 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<div
|
<div
|
||||||
id="census-tract-info"
|
id="census-tract-info"
|
||||||
>
|
>
|
||||||
<div
|
<div>
|
||||||
class=""
|
<div>
|
||||||
>
|
<span
|
||||||
|
class="usa-tag"
|
||||||
|
data-testid="tag"
|
||||||
|
>
|
||||||
|
NEW
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<h3>
|
<h3>
|
||||||
Census tract information and demographics
|
Census tract information and demographics
|
||||||
</h3>
|
</h3>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue