diff --git a/lib/wish_web/live/user_confirmation_instructions_live.ex b/lib/wish_web/live/user_confirmation_instructions_live.ex index 2c2dd0b..ad41671 100644 --- a/lib/wish_web/live/user_confirmation_instructions_live.ex +++ b/lib/wish_web/live/user_confirmation_instructions_live.ex @@ -21,8 +21,7 @@ defmodule WishWeb.UserConfirmationInstructionsLive do
- <.link href={~p"/users/register"}>Register - | <.link href={~p"/users/log_in"}>Log in + <.link href={~p"/users/log_in"}>Log in
""" diff --git a/lib/wish_web/live/user_confirmation_live.ex b/lib/wish_web/live/user_confirmation_live.ex index 8aa6f94..06619b5 100644 --- a/lib/wish_web/live/user_confirmation_live.ex +++ b/lib/wish_web/live/user_confirmation_live.ex @@ -16,8 +16,7 @@ defmodule WishWeb.UserConfirmationLive do- <.link href={~p"/users/register"}>Register - | <.link href={~p"/users/log_in"}>Log in + <.link href={~p"/users/log_in"}>Log in
""" diff --git a/lib/wish_web/live/user_forgot_password_live.ex b/lib/wish_web/live/user_forgot_password_live.ex index f34449b..f8179cf 100644 --- a/lib/wish_web/live/user_forgot_password_live.ex +++ b/lib/wish_web/live/user_forgot_password_live.ex @@ -20,8 +20,7 @@ defmodule WishWeb.UserForgotPasswordLive do- <.link href={~p"/users/register"}>Register - | <.link href={~p"/users/log_in"}>Log in + <.link href={~p"/users/log_in"}>Log in
""" diff --git a/lib/wish_web/live/user_login_live.ex b/lib/wish_web/live/user_login_live.ex index 8d12bf7..2c32739 100644 --- a/lib/wish_web/live/user_login_live.ex +++ b/lib/wish_web/live/user_login_live.ex @@ -8,10 +8,7 @@ defmodule WishWeb.UserLoginLive do Sign in to account <:subtitle> Don't have an account? - <.link navigate={~p"/users/register"} class="font-semibold text-brand hover:underline"> - Sign up - - for an account now. + Tough. diff --git a/lib/wish_web/live/user_reset_password_live.ex b/lib/wish_web/live/user_reset_password_live.ex index 8b034be..5e9c29b 100644 --- a/lib/wish_web/live/user_reset_password_live.ex +++ b/lib/wish_web/live/user_reset_password_live.ex @@ -31,8 +31,7 @@ defmodule WishWeb.UserResetPasswordLive do- <.link href={~p"/users/register"}>Register - | <.link href={~p"/users/log_in"}>Log in + <.link href={~p"/users/log_in"}>Log in
"""