Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/3616'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jul 22, 2022
2 parents ffdd812 + a6b6558 commit dc382c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/user_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def openid_logo

def auth_button(name, provider, options = {})
link_to(
image_tag("#{name}.svg", :alt => t("sessions.new.auth_providers.#{name}.alt"), :class => "rounded-lg"),
image_tag("#{name}.svg", :alt => t("sessions.new.auth_providers.#{name}.alt"), :class => "rounded-3"),
auth_path(options.merge(:provider => provider)),
:method => :post,
:class => "auth_button",
Expand Down

0 comments on commit dc382c4

Please sign in to comment.