Skip to content

Commit

Permalink
Remove contact us link in footer (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
martikat authored Oct 7, 2024
1 parent f7d8f86 commit 69d798c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/views/layouts/_footer.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@
li.govuk-footer__list-item
= govuk_link_to t('links.footer.privacy'), privacy_policy_url, class: 'govuk-footer__link', target: '_blank'

li.govuk-footer__list-item
= govuk_link_to t('links.footer.contact_us'), Rails.application.credentials.contact_us, class: 'govuk-footer__link', target: '_blank'

li.govuk-footer__list-item
= govuk_link_to t('links.footer.feedback'), feedback_index_path, class: 'govuk-footer__link'

0 comments on commit 69d798c

Please sign in to comment.