Skip to content

Commit

Permalink
Add govuk-body classes to cookie banner content
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryates committed Sep 7, 2022
1 parent cdd9eaf commit 09b9cee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/cookies/_banner.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<h2 class="govuk-cookie-banner__heading govuk-heading-m">Cookies on Manage training for early career teachers</h2>

<div class="govuk-cookie-banner__content">
<p>We use some essential cookies to make this service work.</p>
<p>We’d also like to use analytics cookies so we can understand how you use the service and make improvements.</p>
<p class="govuk-body">We use some essential cookies to make this service work.</p>
<p class="govuk-body">We’d also like to use analytics cookies so we can understand how you use the service and make improvements.</p>
</div>
</div>
</div>
Expand All @@ -29,7 +29,7 @@
<div class="govuk-grid-column-two-thirds">

<div class="govuk-cookie-banner__content">
<p>
<p class="govuk-body">
<span class="js-cookie-message">
You’ve set your cookie preferences.
</span>
Expand Down

0 comments on commit 09b9cee

Please sign in to comment.