Skip to content

Commit

Permalink
CAPT-2044 fix header link for EY practitioner unauthenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfodder committed Dec 4, 2024
1 parent cbc26f2 commit 057bbb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SlugSequence
SLUGS = (CLAIM_SLUGS + RESULTS_SLUGS).freeze

def self.start_page_url
Rails.application.routes.url_helpers.landing_page_path("early-years-payment-practitioner")
Rails.application.routes.url_helpers.claim_path("early-years-payment-practitioner", "find-reference")
end

attr_reader :journey_session
Expand Down

0 comments on commit 057bbb3

Please sign in to comment.