From c1647bbcfa12c86b8f856df1e05ef8385faf6946 Mon Sep 17 00:00:00 2001 From: cyph3rasi Date: Tue, 14 Jul 2026 21:37:44 -0700 Subject: [PATCH] Use the standard initial fallback for admin avatars Hop-State: A_06FP8485FBPD9V1R897TJM8 Hop-Proposal: R_06FP84797EJA3HCPSRYMNBR Hop-Task: T_06FP83YA5ZFBK9559TB04HR Hop-Attempt: AT_06FP83YA5YDRTDT0EPMA318 --- src/components/RightSidebar.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/RightSidebar.tsx b/src/components/RightSidebar.tsx index 626e07d..ebc29fe 100644 --- a/src/components/RightSidebar.tsx +++ b/src/components/RightSidebar.tsx @@ -135,13 +135,13 @@ export function RightSidebar() { href={`/u/${admin.handle}`} style={{ display: 'flex', alignItems: 'center', gap: '10px', textDecoration: 'none', color: 'inherit' }} > - {admin.displayName +
+ {admin.avatarUrl ? ( + {admin.displayName + ) : ( + (admin.displayName?.charAt(0) || admin.handle.charAt(0)).toUpperCase() + )} +
{admin.displayName || admin.handle}