summaryrefslogtreecommitdiff
path: root/client/html/fav.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'client/html/fav.tpl')
-rw-r--r--client/html/fav.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/html/fav.tpl b/client/html/fav.tpl
index 38cbd6b..7b72a7c 100644
--- a/client/html/fav.tpl
+++ b/client/html/fav.tpl
@@ -4,11 +4,11 @@
<i class='fa fa-heart'></i>
<% } else { %>
<a href class='add-favorite'>
- <i class='fa fa-heart-o'></i>
+ <i class='far fa-heart'></i>
<% } %>
<% } else { %>
<a class='add-favorite inactive'>
- <i class='fa fa-heart-o'></i>
+ <i class='far fa-heart'></i>
<% } %>
<span class='vim-nav-hint'>add to favorites</span>
</a>