mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-08 14:44:18 -07:00
Production tickets for the week of 12-5-22 (#2117)
* remove training from low income card - update snaphots * Update npm audit level * Update query-string lib * Remove security checks * Adds security audit back * Add npm and node version * remove $ * Remove node versions * Fix redundant IDs for en.json creation - closes #2116 - closes #2106 * Update also copy - update snapshots - closes #2096 * Update public engagement video - closes #2102 - updates snapshots * Correct Prioritization copy >= 1
This commit is contained in:
parent
b97e60bfbb
commit
c5b201e1b3
17 changed files with 2285 additions and 27269 deletions
|
@ -40,7 +40,7 @@ const PublicEngagementPage = ({location}: IPublicEngagementPageProps) => {
|
|||
</p>
|
||||
</Grid>
|
||||
<Grid desktop={{col: 4}}>
|
||||
{/* <PublicVideoBox isBeta={false}/> */}
|
||||
<PublicVideoBox isBeta={false} youTubeLink='https://www.youtube.com/watch?v=XwilQp3EXRQ'/>
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
|
@ -61,7 +61,7 @@ const PublicEngagementPage = ({location}: IPublicEngagementPageProps) => {
|
|||
</Collection>
|
||||
</Grid>
|
||||
<Grid desktop={{col: 4}}>
|
||||
<PublicVideoBox isBeta={true}/>
|
||||
<PublicVideoBox isBeta={true} youTubeLink='https://www.youtube.com/watch?v=QwHWcXbhw28'/>
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
|
|
|
@ -1107,7 +1107,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<span>
|
||||
Used in:
|
||||
</span>
|
||||
All categories except for the training and workforce development category
|
||||
All categories except for the workforce development category
|
||||
</li>
|
||||
<li>
|
||||
<span>
|
||||
|
|
|
@ -417,14 +417,57 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
>
|
||||
Sign-up
|
||||
</a>
|
||||
for updates from CEQ
|
||||
for updates from CEQ.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
class="desktop:grid-col-4"
|
||||
data-testid="grid"
|
||||
/>
|
||||
>
|
||||
<div
|
||||
class="usa-summary-box"
|
||||
data-testid="summary-box"
|
||||
>
|
||||
<div
|
||||
class="usa-summary-box__body"
|
||||
>
|
||||
<h2
|
||||
class="usa-summary-box__heading"
|
||||
>
|
||||
What's new overview
|
||||
</h2>
|
||||
<div
|
||||
class="usa-summary-box__text"
|
||||
>
|
||||
|
||||
Watch a recorded update from CEQ on the changes in the 1.0 version of the tool.
|
||||
|
||||
<a
|
||||
href="https://www.youtube.com/watch?v=XwilQp3EXRQ"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
<button
|
||||
class="usa-button"
|
||||
data-testid="button"
|
||||
type="button"
|
||||
>
|
||||
<div>
|
||||
<div>
|
||||
Watch on YouTube
|
||||
</div>
|
||||
<img
|
||||
alt="the icon to show that this button will open in a new tab"
|
||||
src="test-file-stub"
|
||||
/>
|
||||
</div>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="grid-row"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue