posts: fix mis-sized upvote icon in advanced tooltips.

Passing a class to svg_icon_tag accidentally overrode the other classes
we tried to set.
This commit is contained in:
evazion
2021-01-23 00:45:13 -06:00
parent e14bc77249
commit b5670898fe
2 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
<span class="post-tooltip-score post-tooltip-info">
<span><%= @post.score %></span>
<%= upvote_icon(class: "fa-xs") %>
<%= upvote_icon %>
</span>
<% if @post.last_commented_at.present? %>