Skip to content

Commit

Permalink
CRIMAPP-1525 update homepage URL (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
timpeat authored Jan 10, 2025
1 parent c9812e8 commit e218ab5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/initializers/govuk_components.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
require 'settings'
Govuk::Components.configure do |conf|
conf.default_header_service_name = "Review criminal legal aid applications"
conf.default_phase_banner_text = "This is a new service – your feedback will help us to improve it."
conf.default_header_homepage_url = 'https://www.gov.uk'
conf.default_header_service_name = 'Review criminal legal aid applications'
conf.default_phase_banner_text = 'This is a new service – your feedback will help us to improve it.'
conf.default_phase_banner_tag = Settings.phase_banner_tag
conf.default_tag_colour = Settings.default_tag_colour
end

0 comments on commit e218ab5

Please sign in to comment.