Skip to content

Commit 9a26ebc

Browse files
committed
fa-heart -> fa-chevron-up
1 parent aeb2165 commit 9a26ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h3 id="{{ news.slug() }}">
140140
<div class="post-meta">
141141
{% if news.score %}
142142
<span class="score" title="Score">
143-
<i class="fa fa-heart" style="color: red;"></i>
143+
<i class="fa fa-chevron-up" style="color: #fd6c6c;"></i>
144144
<span>
145145
{{ news.score }}
146146
</span>

0 commit comments

Comments
 (0)