Skip to content

Commit

Permalink
chore: update footer test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jprodma2u authored and Alejandro Matta committed Jul 31, 2023
1 parent 49bc471 commit afd41cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/__snapshots__/Footer.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ exports[`<Footer /> renders correctly renders with a language selector 1`] = `
>
<li>
<a
href="https://blog.edx.org"
href="https://www.edx.org/resources"
>
Blog
Idea Hub
</a>
</li>
<li>
Expand Down Expand Up @@ -625,9 +625,9 @@ exports[`<Footer /> renders correctly renders without a language selector 1`] =
>
<li>
<a
href="https://blog.edx.org"
href="https://www.edx.org/resources"
>
Blog
Idea Hub
</a>
</li>
<li>
Expand Down Expand Up @@ -1001,9 +1001,9 @@ exports[`<Footer /> renders correctly renders without a language selector in es
>
<li>
<a
href="https://blog.edx.org"
href="https://www.edx.org/resources"
>
Blog
Idea Hub
</a>
</li>
<li>
Expand Down

0 comments on commit afd41cb

Please sign in to comment.