Smaller avis in notifications

This commit is contained in:
Eric Bailey
2024-09-22 17:15:47 -05:00
parent 6cfa61abcd
commit 9eb9ed1673
+1 -1
View File
@@ -163,7 +163,7 @@ function PostInner({
<View style={styles.layoutAvi}>
<AviFollowButton author={post.author} moderation={moderation}>
<PreviewableUserAvatar
size={52}
size={42}
profile={post.author}
moderation={moderation.ui('avatar')}
type={post.author.associated?.labeler ? 'labeler' : 'user'}