Tooltip for authors showing display name and username
This commit is contained in:
parent
488aece050
commit
0ceb6ffd06
|
@ -965,6 +965,7 @@ function Catchup() {
|
|||
authors[author].avatarStatic || authors[author].avatar
|
||||
}
|
||||
size="xxl"
|
||||
alt={`${authors[author].displayName} (@${authors[author].username})`}
|
||||
/>{' '}
|
||||
<span class="count">{authorCounts[author]}</span>
|
||||
<span class="username">{authors[author].username}</span>
|
||||
|
|
Loading…
Reference in a new issue