Tooltip for authors showing display name and username

This commit is contained in:
Lim Chee Aun 2024-03-01 16:03:07 +08:00
parent 488aece050
commit 0ceb6ffd06

View file

@ -965,6 +965,7 @@ function Catchup() {
authors[author].avatarStatic || authors[author].avatar authors[author].avatarStatic || authors[author].avatar
} }
size="xxl" size="xxl"
alt={`${authors[author].displayName} (@${authors[author].username})`}
/>{' '} />{' '}
<span class="count">{authorCounts[author]}</span> <span class="count">{authorCounts[author]}</span>
<span class="username">{authors[author].username}</span> <span class="username">{authors[author].username}</span>