Skip to content

Commit

Permalink
Added back home link to login page
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoPleasure committed Nov 14, 2024
1 parent 1357eaa commit b313713
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/atomic_web/templates/user_session/new.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -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") %>
</div>
</div>

<div class="flex flex-col space-y-2">
<div class="text-sm">
<%= link(gettext("< Back home"), to: ~p"/", class: "font-medium text-orange-600 hover:text-orange-500 focus:outline-none") %>
</div>
</div>
</.form>
</div>

0 comments on commit b313713

Please sign in to comment.