Skip to content

Commit

Permalink
Updates page footer (#416)
Browse files Browse the repository at this point in the history
Updates the footer to add links and remove the help and T&C elements.
  • Loading branch information
rjlynch authored May 3, 2024
1 parent acd6cfa commit 80104c8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@
</main>
</div>

<%= govuk_footer(meta_items_title: "Helpful links", meta_items: {
"Help" => "#", "Cookies" => "#", "Contact" => "#", "Terms and Conditions" => "#", "Privacy" => privacy_path
})
%>
<%= govuk_footer(meta_items_title: "Helpful links", meta_items: {
"Cookies" => "https://www.gov.uk/help/cookies",
"Contact" => "mailto:[email protected]",
"Privacy" => privacy_path
}) %>
</body>

</html>

0 comments on commit 80104c8

Please sign in to comment.