Skip to content

Commit

Permalink
Minor frontent fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
slawosz committed Oct 3, 2023
1 parent 38b2eb2 commit e031f68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
</div>

<%= govuk_footer(meta_items:
[{href: "/pages/privacy-policy", text: "Privacy Policy"},
{href: "/pages/cookies", text: "Cookies"}])
[{href: "/pages/privacy-policy", text: "Privacy policy"}])
%>
</body>
</html>
6 changes: 3 additions & 3 deletions app/views/pages/privacy_policy.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-xl">Privacy notice</h1>
<h1 class="govuk-heading-xl">Privacy policy</h1>

<p class="govuk-body">
This privacy notice explains how the Department for Education (DfE) uses your personal data when you use ‘Find a teaching school hub’.
Expand Down Expand Up @@ -56,7 +56,7 @@


<p class="govuk-body">
If you consent to our use of Google Analytics [cookies](link to cookies policy), we can also use your IP to analyse how you use the service - but we do not identify you personally when we do this. Using your data this way allows us to:
If you consent to our use of Google Analytics cookies, we can also use your IP to analyse how you use the service - but we do not identify you personally when we do this. Using your data this way allows us to:


<ul class="govuk-list govuk-list--bullet">
Expand Down Expand Up @@ -170,7 +170,7 @@
<h2 class="govuk-heading-l">Last updated</h2>

<p class="govuk-body">
This privacy notice was last updated on 14 August 2023.
This privacy notice was last updated on 3 October 2023.
</p>

<p class="govuk-body">
Expand Down

0 comments on commit e031f68

Please sign in to comment.