mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Fix profile website links
This commit is contained in:
parent
88c1cd50a7
commit
b718bbe15c
3 changed files with 7 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ proc renderProfileCard*(profile: Profile): VNode =
|
|||
tdiv(class="profile-website"):
|
||||
span:
|
||||
text "🔗 "
|
||||
a(href=profile.website): text profile.website
|
||||
linkText(profile.website)
|
||||
|
||||
tdiv(class="profile-joindate"):
|
||||
span(title=getJoinDateFull(profile)):
|
||||
|
|
|
|||
Loading…
Reference in a new issue