mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-26 12:51:40 -07:00
Updated methodology version and Git URL for the UI
This commit is contained in:
parent
bc9a58f342
commit
85e5812191
17 changed files with 27 additions and 27 deletions
|
@ -19,7 +19,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
data-testid="grid"
|
||||
>
|
||||
<h2>
|
||||
Datasets used in v1.0 methodology
|
||||
Datasets used in v2.0 methodology
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -14,7 +14,7 @@ import SurveyButton from '../SurveyButton';
|
|||
// @ts-ignore
|
||||
import whitehouseIcon from '../../images/eop-seal.svg';
|
||||
import * as COMMON_COPY from '../../data/copy/common';
|
||||
import {GITHUB_LINK, GITHUB_LINK_ES} from '../../../src/data/copy/about';
|
||||
import {GITHUB_LINK, GITHUB_LINK_ES} from '../../constants';
|
||||
|
||||
const J40Footer = () => {
|
||||
const intl = useIntl();
|
||||
|
|
|
@ -161,7 +161,7 @@ exports[`J40Footer renders correctly 1`] = `
|
|||
<a
|
||||
class="usa-link usa-link--external footer-link-first-child"
|
||||
data-cy="check-out-the-code-on-github"
|
||||
href="https://github.com/usds/justice40-tool"
|
||||
href="https://github.com/DOI-DO/ceq-j40-cejst-2"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
|
|
|
@ -26,7 +26,7 @@ exports[`rendering of ReleaseUpdate Component checks if component renders 1`] =
|
|||
>
|
||||
<div>
|
||||
<div>
|
||||
Version 1.0 Release update - Nov 22, 2022
|
||||
Version 2.0 Release update - Nov 22, 2022
|
||||
</div>
|
||||
<div>
|
||||
New & improved
|
||||
|
@ -237,7 +237,7 @@ exports[`rendering of ReleaseUpdate Component checks if component renders 1`] =
|
|||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
release version 1.0
|
||||
release version 2.0
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue