diff --git a/app/views/sessions/menus/show.html.erb b/app/views/sessions/menus/show.html.erb index 8a36261bf..9c6867740 100644 --- a/app/views/sessions/menus/show.html.erb +++ b/app/views/sessions/menus/show.html.erb @@ -25,7 +25,7 @@ <% end %>
- <%= link_to new_signup_completion_path, class: "btn btn--plain txt-link center txt-small", data: { turbo_prefetch: false } do %> + <%= link_to new_signup_path, class: "btn btn--plain txt-link center txt-small", data: { turbo_prefetch: false } do %> Sign up for a new Fizzy account <% end %>
diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index f66d08736..b90809105 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -10,7 +10,7 @@ -

New here? Enter your email to create an account. Already have an account? Enter your email and we’ll get you signed in.

+

New here? <%= link_to "sign up", new_signup_path %> to create an account. Already have an account? Enter your email and we’ll get you signed in.

<% end %>