Skip to content

Commit

Permalink
CON-2406 Adds cookies link to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ben1stone-leftdfe committed Oct 6, 2020
1 parent 6a53273 commit ade07b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Provider/Provider.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,10 @@
<a asp-route="@RouteNames.Dashboard_Feedback" class="govuk-footer__link" target="_blank">Feedback</a>
</li>
<li class="govuk-footer__inline-list-item">
<a asp-route="@RouteNames.Dashboard_Privacy" class="govuk-footer__link">Privacy and cookies</a>
<a asp-route="@RouteNames.Dashboard_Privacy" class="govuk-footer__link">Privacy</a>
</li>
<li class="govuk-footer__inline-list-item">
<a asp-route="@RouteNames.ProviderCookieSettings" class="govuk-footer__link">Cookies</a>
</li>
<li class="govuk-footer__inline-list-item">
<a asp-route="@RouteNames.Dashboard_TermsAndConditions" class="govuk-footer__link">Terms and conditions</a>
Expand Down

0 comments on commit ade07b4

Please sign in to comment.