Avatar sizes to 24, size 20 is broken

This commit is contained in:
Ian Philips 2022-07-04 08:32:51 -06:00
parent e712ad8289
commit 22f917e250

View File

@ -159,7 +159,7 @@ export function UserPage(props: {
<Avatar
username={user.username}
avatarUrl={user.avatarUrl}
size={20}
size={24}
className="bg-white ring-4 ring-white"
/>
</div>