Skip to content

Commit

Permalink
Bootstrap 5: Change rounded-lg to rounded-3
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdanger committed Jul 22, 2022
1 parent 3871d61 commit a6b6558
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 a6b6558

Please sign in to comment.