Updated methodology version and Git URL for the UI

This commit is contained in:
Carlos Felix 2024-12-10 11:58:31 -05:00 committed by Carlos Felix
commit 85e5812191
17 changed files with 27 additions and 27 deletions

View file

@ -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>

View file

@ -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();

View file

@ -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"
>

View file

@ -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>