Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
Fallenbagel
2022-05-28 12:20:26 +05:00
10 changed files with 13 additions and 13 deletions

View File

@@ -601,7 +601,7 @@ const UserList: React.FC = () => {
<Link href={`/users/${user.id}`}>
<a className="h-10 w-10 flex-shrink-0">
<img
className="h-10 w-10 rounded-full"
className="h-10 w-10 rounded-full object-cover"
src={user.avatar}
alt=""
/>