Skip to content

Commit

Permalink
Merge pull request #1452 from govuk-one-login/OLH-1890-fix-cookie-banner
Browse files Browse the repository at this point in the history
OLH-1890: Link to the One Login cookie policy
  • Loading branch information
alex9smith committed Jun 18, 2024
2 parents 2d70fe8 + cbd1dcd commit 399b40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/layout/banner.njk
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

{% set acceptHtml %}
<p class="govuk-body">{{ 'general.cookie.cookieBanner.cookeBannerAccept.paragraph1' | translate }}
<a class="govuk-link" href="https://www.gov.uk/help/cookies">{{ 'general.cookie.cookieBanner.changeCookiePreferencesLink' | translate }}</a>
<a class="govuk-link" href="https://signin.account.gov.uk/cookies">{{ 'general.cookie.cookieBanner.changeCookiePreferencesLink' | translate }}</a>
{{ 'general.cookie.cookieBanner.cookeBannerAccept.paragraph2' | translate }}</p>
{% endset %}

{% set rejectedHtml %}
<p class="govuk-body">{{ 'general.cookie.cookieBanner.cookeBannerReject.paragraph1' | translate }}
<a class="govuk-link" href="https://www.gov.uk/help/cookies">{{ 'general.cookie.cookieBanner.changeCookiePreferencesLink' | translate }}</a>
<a class="govuk-link" href="https://signin.account.gov.uk/cookies">{{ 'general.cookie.cookieBanner.changeCookiePreferencesLink' | translate }}</a>
{{ 'general.cookie.cookieBanner.cookeBannerReject.paragraph2' | translate }}</p>
{% endset %}

Expand Down

0 comments on commit 399b40d

Please sign in to comment.