Actually fix avatar image size

This commit is contained in:
Regalijan 2023-11-06 12:23:23 -05:00
parent caabf965b4
commit 63233e7f68
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -195,9 +195,9 @@ export default function (props: {
<a href="/me"> <a href="/me">
<Avatar <Avatar
display={data.id ? "" : "none"} display={data.id ? "" : "none"}
height={64} height="64px"
src={getAvatarUrl(data)} src={getAvatarUrl(data)}
width={64} width="32px"
/> />
</a> </a>
<Text align="center" style={{ overflowWrap: "anywhere" }}> <Text align="center" style={{ overflowWrap: "anywhere" }}>