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

Add "Search (...)" to tab title

Fixes #247
This commit is contained in:
Zed
2022-11-27 16:19:30 +01:00
parent 096d44856f
commit 78b6877b02
2 changed files with 8 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ proc renderUserCard*(user: User; prefs: Prefs): VNode =
span:
let url = replaceUrls(user.website, prefs)
icon "link"
a(href=url): text shortLink(url)
a(href=url): text url.shortLink
tdiv(class="profile-joindate"):
span(title=getJoinDateFull(user)):