1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

made better profile popups

This commit is contained in:
Fedor Katurov 2022-07-20 15:06:29 +07:00
parent 141b9c0d60
commit 0564fe29e2
5 changed files with 94 additions and 91 deletions

View file

@ -16,7 +16,7 @@ interface Props {
const CommentAvatar: FC<Props> = ({ user, className }) => {
return (
<MenuButton
position="top-start"
position="auto"
icon={
<Avatar url={path(['photo', 'url'], user)} username={user.username} className={className} />
}