mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-31 17:41:17 -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
|
||||
id="census-tract-info"
|
||||
>
|
||||
<div
|
||||
class=""
|
||||
>
|
||||
<div>
|
||||
<div>
|
||||
<span
|
||||
class="usa-tag"
|
||||
data-testid="tag"
|
||||
>
|
||||
NEW
|
||||
</span>
|
||||
</div>
|
||||
<h3>
|
||||
Census tract information and demographics
|
||||
</h3>
|
||||
|
|
|
@ -76,9 +76,15 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<div
|
||||
id="census-tract-info"
|
||||
>
|
||||
<div
|
||||
class=""
|
||||
>
|
||||
<div>
|
||||
<div>
|
||||
<span
|
||||
class="usa-tag"
|
||||
data-testid="tag"
|
||||
>
|
||||
NEW
|
||||
</span>
|
||||
</div>
|
||||
<h3>
|
||||
Census tract information and demographics
|
||||
</h3>
|
||||
|
|
|
@ -838,6 +838,7 @@ export const INDICATORS = [
|
|||
defaultMessage={`Census tract information and demographics`}
|
||||
description={'Navigate to the Methodology page. This is the title text for the census tract dataset'}
|
||||
/>,
|
||||
isNew: true,
|
||||
description: <FormattedMessage
|
||||
id={'methodology.page.category.census.tract.description.text'}
|
||||
defaultMessage={`
|
||||
|
|
|
@ -1089,9 +1089,15 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<div
|
||||
id="census-tract-info"
|
||||
>
|
||||
<div
|
||||
class=""
|
||||
>
|
||||
<div>
|
||||
<div>
|
||||
<span
|
||||
class="usa-tag"
|
||||
data-testid="tag"
|
||||
>
|
||||
NEW
|
||||
</span>
|
||||
</div>
|
||||
<h3>
|
||||
Census tract information and demographics
|
||||
</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue