Skip to content

Commit

Permalink
Merge pull request #3443 from DFE-Digital/CAPT-2032-header-links
Browse files Browse the repository at this point in the history
CAPT-2032 - Header link EY provider goes to landing-page
  • Loading branch information
kenfodder authored Dec 2, 2024
2 parents 2cd7bfd + d66fa7a commit 6b50ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SlugSequence
MAGIC_LINK_SLUG = "consent"

def self.start_page_url
Rails.application.routes.url_helpers.landing_page_path("early-years-payment-provider")
Rails.application.routes.url_helpers.landing_page_path("early-years-payment")
end

attr_reader :journey_session
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class SlugSequence
].freeze

def self.start_page_url
Rails.application.routes.url_helpers.landing_page_path("early-years-payment-provider")
Rails.application.routes.url_helpers.landing_page_path("early-years-payment")
end

attr_reader :journey_session
Expand Down

0 comments on commit 6b50ce9

Please sign in to comment.