diff --git a/lib/send_it_web/components/layouts/root.html.heex b/lib/send_it_web/components/layouts/root.html.heex index 3d3b438..f35079a 100644 --- a/lib/send_it_web/components/layouts/root.html.heex +++ b/lib/send_it_web/components/layouts/root.html.heex @@ -37,11 +37,6 @@ <% else %> -
- <.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/send_it_web/live/user_confirmation_live.ex b/lib/send_it_web/live/user_confirmation_live.ex index 3848b8b..456722f 100644 --- a/lib/send_it_web/live/user_confirmation_live.ex +++ b/lib/send_it_web/live/user_confirmation_live.ex @@ -16,8 +16,7 @@ defmodule SendItWeb.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/send_it_web/live/user_forgot_password_live.ex b/lib/send_it_web/live/user_forgot_password_live.ex index fe81f37..ac50422 100644 --- a/lib/send_it_web/live/user_forgot_password_live.ex +++ b/lib/send_it_web/live/user_forgot_password_live.ex @@ -20,8 +20,7 @@ defmodule SendItWeb.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/send_it_web/live/user_login_live.ex b/lib/send_it_web/live/user_login_live.ex index 120af7a..d4df4db 100644 --- a/lib/send_it_web/live/user_login_live.ex +++ b/lib/send_it_web/live/user_login_live.ex @@ -6,13 +6,6 @@ defmodule SendItWeb.UserLoginLive do- <.link href={~p"/users/register"}>Register - | <.link href={~p"/users/log_in"}>Log in + <.link href={~p"/users/log_in"}>Log in