Skip to content

Commit

Permalink
fix: restyle patron login button
Browse files Browse the repository at this point in the history
  • Loading branch information
yetti committed Oct 12, 2023
1 parent 25e5a8f commit b9f38b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/sessions/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1>Login</h1>

<%= button_to t("auth.patron_login"), user_catalogue_patron_omniauth_authorize_path, data: { turbo: false } %>
<%= button_to t("auth.patron_login"), user_catalogue_patron_omniauth_authorize_path, class: "btn btn-primary", data: { turbo: false } %>

<%= render "users/shared/links" %>

0 comments on commit b9f38b2

Please sign in to comment.