Tooltip for authors showing display name and username

pull/441/head
Lim Chee Aun 2024-03-01 16:03:07 +08:00
rodzic 488aece050
commit 0ceb6ffd06
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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>