diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index e604429ac..b2bc1657e 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -34,12 +34,12 @@
微信扫码
-
+
<% if get_avatar?(@first_page) %> - <%= image_tag(url_to_avatar(@first_page), size: "130x75") %> + <%= image_tag(url_to_avatar(@first_page), size: "107x63") %> <% else %> - <%= image_tag '/images/transparent.png', size: "130x75" %> + <%= image_tag '/images/transparent.png', size: "107x63" %> <% end %>