fix: unauthd signin page link on non intertiafied pages like /leaderboards (#1072)

This commit is contained in:
Mat Manna 2026-03-15 11:06:43 +00:00 committed by GitHub
parent c4bf861fa1
commit 07bcbfb432
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@
</div>
<% else %>
<div>
<%= link_to 'Login', slack_auth_path, class: 'block px-4 py-2 rounded-md transition text-white font-semibold bg-primary hover:bg-secondary text-center' %>
<%= link_to 'Sign in', signin_path, class: 'block px-4 py-2 rounded-md transition text-white font-semibold bg-primary hover:bg-secondary text-center' %>
</div>
<% end %>