mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 09:18:51 +01:00
Tooltip for authors showing display name and username
This commit is contained in:
parent
488aece050
commit
0ceb6ffd06
1 changed files with 1 additions and 0 deletions
|
@ -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