diff --git a/src/components/structures/HomePage.tsx b/src/components/structures/HomePage.tsx index a0bea341c1..9d1f203d78 100644 --- a/src/components/structures/HomePage.tsx +++ b/src/components/structures/HomePage.tsx @@ -84,7 +84,7 @@ const UserWelcomeTop: React.FC = () => { idName={userId} name={ownProfile.displayName} url={ownProfile.avatarUrl} - size={AVATAR_SIZE + "px"} + size={AVATAR_SIZE} />