Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Actually fix avatar image size
  • Loading branch information
regalijan committed Nov 6, 2023
1 parent caabf96 commit 63233e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Navigation.tsx
Expand Up @@ -195,9 +195,9 @@ export default function (props: {
<a href="/me">
<Avatar
display={data.id ? "" : "none"}
height={64}
height="64px"
src={getAvatarUrl(data)}
width={64}
width="32px"
/>
</a>
<Text align="center" style={{ overflowWrap: "anywhere" }}>
Expand Down

0 comments on commit 63233e7

Please sign in to comment.