From e3591514a1b6b7f38800a7f81d04977a7976fd00 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 27 Mar 2024 10:18:12 +0800 Subject: [PATCH] Use acct instead of username --- src/pages/catchup.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/catchup.jsx b/src/pages/catchup.jsx index 5ca90137..35a15446 100644 --- a/src/pages/catchup.jsx +++ b/src/pages/catchup.jsx @@ -1263,7 +1263,7 @@ function Catchup() { authors[author].avatarStatic || authors[author].avatar } size="xxl" - alt={`${authors[author].displayName} (@${authors[author].username})`} + alt={`${authors[author].displayName} (@${authors[author].acct})`} />{' '} {authorCounts[author]} {authors[author].username}