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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user