Skip to content

Commit

Permalink
Merge pull request #3446 from DFE-Digital/CAPT-2044-header-link-pract…
Browse files Browse the repository at this point in the history
…itioner

CAPT-2044 fix header link for EY practitioner unauthenticated
  • Loading branch information
kenfodder authored Dec 4, 2024
2 parents cbc26f2 + 057bbb3 commit 48d1ba5
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 48d1ba5

Please sign in to comment.