From 0ceb6ffd064542e1bc4f6bccb9c613b0da245f10 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 1 Mar 2024 16:03:07 +0800 Subject: [PATCH] Tooltip for authors showing display name and username --- src/pages/catchup.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/catchup.jsx b/src/pages/catchup.jsx index 69e1f27c..e3ae25ec 100644 --- a/src/pages/catchup.jsx +++ b/src/pages/catchup.jsx @@ -965,6 +965,7 @@ function Catchup() { authors[author].avatarStatic || authors[author].avatar } size="xxl" + alt={`${authors[author].displayName} (@${authors[author].username})`} />{' '} {authorCounts[author]} {authors[author].username}