Skip to content

Commit

Permalink
fa-heart -> fa-chevron-up
Browse files Browse the repository at this point in the history
  • Loading branch information
polyrabbit committed Oct 8, 2024
1 parent aeb2165 commit 9a26ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h3 id="{{ news.slug() }}">
<div class="post-meta">
{% if news.score %}
<span class="score" title="Score">
<i class="fa fa-heart" style="color: red;"></i>
<i class="fa fa-chevron-up" style="color: #fd6c6c;"></i>
<span>
{{ news.score }}
</span>
Expand Down

0 comments on commit 9a26ebc

Please sign in to comment.