Skip to content

Commit

Permalink
Make sure language persists through link in cookie banner
Browse files Browse the repository at this point in the history
  • Loading branch information
irisfaraway committed Sep 29, 2023
1 parent ae70f4d commit f818df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gafl-webapp-service/src/pages/layout/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{{ mssgs.analytics_banner_preamble_1 }}
</p>
<p class="govuk-body">
{{ mssgs.analytics_banner_preamble_2 }} <a class="govuk-link" href="/guidance/cookies">{{ mssgs.cookie_banner_link }}</a>
{{ mssgs.analytics_banner_preamble_2 }} <a class="govuk-link" href="{{ _uri.cookies }}">{{ mssgs.cookie_banner_link }}</a>
</p>
</div>
<div class="govuk-button-group">
Expand Down

0 comments on commit f818df3

Please sign in to comment.