mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-03 03:52:16 -07:00
Add address to search placeholder and add "at or above" to category copy for low income (#1665)
* Add address to search placeholder text * Adds "at or above" to category copy * Updates map search placeholder text - Update es and en.json files - adds mobile search placeholder text - udpates desktop search placeholder text * Update logic to determine mobile for search text * Update search error message - update to Spanish text as well * Adjust spacing between search and territory btns * Modify mobile detection logic - remove cypress tests for faster deploys * Add placeholder text to state variable - wrap state variable in useEffect()
This commit is contained in:
parent
fb829a287a
commit
9f0ca1c17d
12 changed files with 69 additions and 40 deletions
|
@ -66,7 +66,7 @@ exports[`rendering of the Categories checks if component renders 1`] = `
|
|||
<strong>
|
||||
AND
|
||||
</strong>
|
||||
is above the 65th percentile for
|
||||
is at or above the 65th percentile for
|
||||
<a
|
||||
href="#low-income"
|
||||
>
|
||||
|
@ -119,7 +119,7 @@ exports[`rendering of the Categories checks if component renders 1`] = `
|
|||
<strong>
|
||||
AND
|
||||
</strong>
|
||||
is above the 65th percentile for
|
||||
is at or above the 65th percentile for
|
||||
<a
|
||||
href="#low-income"
|
||||
>
|
||||
|
@ -176,7 +176,7 @@ exports[`rendering of the Categories checks if component renders 1`] = `
|
|||
<strong>
|
||||
AND
|
||||
</strong>
|
||||
is above the 65th percentile for
|
||||
is at or above the 65th percentile for
|
||||
<a
|
||||
href="#low-income"
|
||||
>
|
||||
|
@ -235,7 +235,7 @@ exports[`rendering of the Categories checks if component renders 1`] = `
|
|||
<strong>
|
||||
AND
|
||||
</strong>
|
||||
is above the 65th percentile for
|
||||
is at or above the 65th percentile for
|
||||
<a
|
||||
href="#low-income"
|
||||
>
|
||||
|
@ -294,7 +294,7 @@ exports[`rendering of the Categories checks if component renders 1`] = `
|
|||
<strong>
|
||||
AND
|
||||
</strong>
|
||||
is above the 65th percentile for
|
||||
is at or above the 65th percentile for
|
||||
<a
|
||||
href="#low-income"
|
||||
>
|
||||
|
@ -341,7 +341,7 @@ exports[`rendering of the Categories checks if component renders 1`] = `
|
|||
<strong>
|
||||
AND
|
||||
</strong>
|
||||
is above the 65th percentile for
|
||||
is at or above the 65th percentile for
|
||||
<a
|
||||
href="#low-income"
|
||||
>
|
||||
|
@ -406,7 +406,7 @@ exports[`rendering of the Categories checks if component renders 1`] = `
|
|||
<strong>
|
||||
AND
|
||||
</strong>
|
||||
is above the 65th percentile for
|
||||
is at or above the 65th percentile for
|
||||
<a
|
||||
href="#low-income"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue