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}