Skip to content

Commit

Permalink
fix: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
vim-usds committed Feb 7, 2024
1 parent 6b9235a commit 4d869e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ exports[`rendering of AppFooter Component > checks if component renders 1`] = `
</strong>
<img
alt="launch icon"
src="/node_modules/@uswds/uswds/dist/img/usa-icons/launch.svg"
src="/node_modules/.pnpm/@[email protected]/node_modules/@uswds/uswds/dist/img/usa-icons/launch.svg"
/>
</button>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`rendering of BtnLaunchExternal Component > checks if component renders
test
<img
alt="launch icon"
src="/node_modules/@uswds/uswds/dist/img/usa-icons/launch.svg"
src="/node_modules/.pnpm/@[email protected]/node_modules/@uswds/uswds/dist/img/usa-icons/launch.svg"
/>
</div>
</button>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Layout/__snapshots__/Layout.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ exports[`rendering of AppFooter Component > checks if component renders 1`] = `
</strong>
<img
alt="launch icon"
src="/node_modules/@uswds/uswds/dist/img/usa-icons/launch.svg"
src="/node_modules/.pnpm/@[email protected]/node_modules/@uswds/uswds/dist/img/usa-icons/launch.svg"
/>
</button>
</a>
Expand Down Expand Up @@ -1057,7 +1057,7 @@ exports[`rendering of Layout Component > checks if component renders 1`] = `
</strong>
<img
alt="launch icon"
src="/node_modules/@uswds/uswds/dist/img/usa-icons/launch.svg"
src="/node_modules/.pnpm/@[email protected]/node_modules/@uswds/uswds/dist/img/usa-icons/launch.svg"
/>
</button>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports[`rendering of SurveyButton Component > checks if component renders 1`] =
</strong>
<img
alt="launch icon"
src="/node_modules/@uswds/uswds/dist/img/usa-icons/launch.svg"
src="/node_modules/.pnpm/@[email protected]/node_modules/@uswds/uswds/dist/img/usa-icons/launch.svg"
/>
</button>
</a>
Expand Down

0 comments on commit 4d869e8

Please sign in to comment.