remove likes link below tweet

This commit is contained in:
Stanislaw Halik 2024-06-30 15:56:21 +02:00
parent 8a3261c928
commit 9fa03b99a2
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ proc renderStats(stats: TweetStats; views: string; tweet: Tweet): VNode =
span(class="tweet-stat"): icon "retweet", formatStat(stats.retweets)
a(href="/search?q=quoted_tweet_id:" & $tweet.id):
span(class="tweet-stat"): icon "quote", formatStat(stats.quotes)
a(href=getLink(tweet, false) & "/favoriters"):
a():
span(class="tweet-stat"): icon "heart", formatStat(stats.likes)
a(href=getLink(tweet)):
if views.len > 0: