Skip to content

Commit

Permalink
Add option for additional logo in footer #3227
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-onyenaucheya-ons authored and rmccar committed Oct 9, 2024
1 parent 5cd8b3f commit 2802341
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions __snapshots__/layout/_template.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1737,8 +1737,9 @@ exports[`base page template matches the full configuration snapshot 1`] = `
</div>


<a class="ons-footer__poweredBy-link" href="https://www.ons.gov.uk/">
<div class="ons-footer__poweredby-logo ons-u-mb-m">
<a class="ons-footer__poweredBy-link" href="https://www.ons.gov.uk/">

<svg class="ons-icon--logo" xmlns="http://www.w3.org/2000/svg" width="197" height="19" viewBox="33 2 552 60" aria-labelledby="ons-logo-en-footer-alt" role="img">
<title id="ons-logo-en-footer-alt">
Office for National Statistics
Expand Down Expand Up @@ -1780,9 +1781,9 @@ exports[`base page template matches the full configuration snapshot 1`] = `
</g>
</svg>

</a>

</div>
</a>

</div>

Expand Down

0 comments on commit 2802341

Please sign in to comment.