Skip to content

Commit

Permalink
Merge pull request #3389 from alphagov/remove_dfe
Browse files Browse the repository at this point in the history
Remove Services and Information link from DfE's organisation page
  • Loading branch information
hannako authored Sep 18, 2023
2 parents 0981326 + 3e6fb3d commit 53c142f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/presenters/organisations/header_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def index_page_breadcrumb

def has_services_and_information_link?
orgs_with_services_and_information_link = %w[
department-for-education
hm-revenue-customs
]
return true if orgs_with_services_and_information_link.include?(org.slug)
Expand Down

0 comments on commit 53c142f

Please sign in to comment.