Skip to content

Commit

Permalink
use 600x600
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyranja committed Oct 28, 2023
1 parent 91b9fff commit ab5d12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/profiles_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def topic_link_color(topic)

def profile_image_link(profile)
if profile.image.attached?
link_to(image_tag(profile.image.variant(resize_to_fill: [300, 300]), class: 'photo--grey'), profile, class: "p-0")
link_to(image_tag(profile.image.variant(resize_to_fill: [600, 600]), class: 'photo--grey'), profile, class: "p-0")
else
link_to(image_tag('avatar.png', alt: 'avatar', class: 'photo--grey card-img-top'), profile, class: "p-0")
end
Expand Down

0 comments on commit ab5d12d

Please sign in to comment.