mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Change "tweets" to "posts" to avoid ublock hiding
This commit is contained in:
parent
4f7e0ffc22
commit
9d9bd10e15
5 changed files with 8 additions and 8 deletions
|
|
@ -26,7 +26,7 @@ proc renderProfileCard*(profile: Profile): VNode =
|
|||
|
||||
tdiv(class="profile-card-extra-links"):
|
||||
ul(class="profile-statlist"):
|
||||
renderStat(profile.tweets, "tweets")
|
||||
renderStat(profile.tweets, "posts")
|
||||
renderStat(profile.followers, "followers")
|
||||
renderStat(profile.following, "following")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue