mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 15:19:32 +00:00
Fix the checkmark position (#1347)
Co-authored-by: yav <796176@protonmail.com>
This commit is contained in:
parent
baeaf685d3
commit
a92e79ebc3
4 changed files with 4 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ proc linkUser*(user: User, class=""): VNode =
|
|||
buildHtml(a(href=href, class=class, title=nameText)):
|
||||
text nameText
|
||||
if isName:
|
||||
verifiedIcon(user)
|
||||
if user.protected:
|
||||
text " "
|
||||
icon "lock", title="Protected account"
|
||||
|
|
|
|||
Loading…
Reference in a new issue