Skip to content

Commit fd5d515

Browse files
feat: add back home link to login page (#540)
1 parent 1357eaa commit fd5d515

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/atomic_web/templates/user_session/new.html.heex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,11 @@
6969
<%= link(gettext("Forgot your password?"), to: ~p"/users/reset_password", class: "font-medium text-orange-500 hover:text-orange-500 focus:outline-none") %>
7070
</div>
7171
</div>
72+
73+
<div class="flex flex-col space-y-2">
74+
<div class="text-sm">
75+
<%= link(gettext("< Back home"), to: ~p"/", class: "font-medium text-orange-600 hover:text-orange-500 focus:outline-none") %>
76+
</div>
77+
</div>
7278
</.form>
7379
</div>

0 commit comments

Comments
 (0)