diff --git a/app/views/home/index.html.slim b/app/views/home/index.html.slim index d0c9597b7a..b1f2f7467f 100644 --- a/app/views/home/index.html.slim +++ b/app/views/home/index.html.slim @@ -18,7 +18,7 @@ - else p.govuk-body = t(".jobseeker_section.signed_out.description_html") = govuk_button_link_to(t("buttons.sign_in"), new_jobseeker_session_path, class: "govuk-!-margin-bottom-2") - p.govuk-body = t(".jobseeker_section.signed_out.create_account_html", create_account_link: govuk_link_to(t(".jobseeker_section.signed_out.link_text.create_account"), new_jobseeker_registration_path, class: "govuk-link--no-visited-state")) + p.govuk-body = t(".jobseeker_section.signed_out.create_account_html", create_account_link: govuk_link_to(t(".jobseeker_section.signed_out.link_text.create_account"), new_jobseeker_session_path, class: "govuk-link--no-visited-state")) .govuk-grid-column-one-quarter h2.govuk-heading-m = t(".publisher_section.title")