Browse Source

Fix #624

pull/631/head
philon- 1 year ago
parent
commit
530b7a822d
  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