mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Show heart instead of thumbs up for tweet likes
This commit is contained in:
parent
edf5ead14f
commit
9e890df482
7 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue