diff --git a/app/models/user.rb b/app/models/user.rb index 7224f4b..83d668a 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -78,7 +78,7 @@ class User < ActiveRecord::Base options[:width] ||= size options[:height] ||= size options[:alt] ||= "avatar" - return image_tag("https://crafatar.com/avatars/#{CGI.escape(self.uuid)}?size=#{size}&helm", options) + return image_tag("https://crafatar.com/avatars/#{CGI.escape(self.uuid)}?size=#{size}&overlay", options) end def to_s diff --git a/app/views/statics/donate.html.erb b/app/views/statics/donate.html.erb index a3bc45f..cc1774b 100644 --- a/app/views/statics/donate.html.erb +++ b/app/views/statics/donate.html.erb @@ -23,7 +23,7 @@