mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Properly display names, usernames and badges
This commit is contained in:
parent
6f932b53b0
commit
b0b23800e1
4 changed files with 69 additions and 65 deletions
|
|
@ -12,8 +12,8 @@
|
|||
</a>
|
||||
<div class="profile-card-tabs">
|
||||
<div class="profile-card-tabs-name">
|
||||
${linkUser(profile, "h1", class="profile-card-name", username=false)}
|
||||
${linkUser(profile, "h2", class="profile-card-username")}
|
||||
${linkUser(profile, class="profile-card-fullname")}
|
||||
${linkUser(profile, class="profile-card-username")}
|
||||
</div>
|
||||
</div>
|
||||
<div class="profile-card-extra">
|
||||
|
|
|
|||
Loading…
Reference in a new issue