1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Show heart instead of thumbs up for tweet likes

This commit is contained in:
Zed
2019-10-08 20:56:54 +02:00
parent edf5ead14f
commit 9e890df482
7 changed files with 10 additions and 10 deletions

View File

@@ -162,7 +162,7 @@ proc renderStats(stats: TweetStats; views: string): VNode =
buildHtml(tdiv(class="tweet-stats")):
span(class="tweet-stat"): icon "comment", $stats.replies
span(class="tweet-stat"): icon "retweet", $stats.retweets
span(class="tweet-stat"): icon "thumbs-up", $stats.likes
span(class="tweet-stat"): icon "heart", $stats.likes
if views.len > 0:
span(class="tweet-stat"): icon "play", views