From b313713b80abb2f9f6d0d51614536de6465ad25f Mon Sep 17 00:00:00 2001 From: RicoPleasure Date: Thu, 14 Nov 2024 12:13:04 +0000 Subject: [PATCH] Added back home link to login page --- lib/atomic_web/templates/user_session/new.html.heex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/atomic_web/templates/user_session/new.html.heex b/lib/atomic_web/templates/user_session/new.html.heex index f4e5eb15..935194d2 100644 --- a/lib/atomic_web/templates/user_session/new.html.heex +++ b/lib/atomic_web/templates/user_session/new.html.heex @@ -69,5 +69,11 @@ <%= link(gettext("Forgot your password?"), to: ~p"/users/reset_password", class: "font-medium text-orange-500 hover:text-orange-500 focus:outline-none") %> + +
+
+ <%= link(gettext("< Back home"), to: ~p"/", class: "font-medium text-orange-600 hover:text-orange-500 focus:outline-none") %> +
+