Browse Source

Fix #624 (#631)

pull/632/head
philon- 1 year ago
committed by GitHub
parent
commit
8413f6345c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/components/UI/Avatar.tsx

2
src/components/UI/Avatar.tsx

@ -136,7 +136,7 @@ export const Avatar = ({
</TooltipProvider> </TooltipProvider>
) )
: null} : null}
<p className="p-1"> <p className="p-1 text-nowrap">
{initials} {initials}
</p> </p>
</div> </div>

Loading…
Cancel
Save