Skip to content

Commit

Permalink
fix avatar emojis not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
benisgold committed Apr 29, 2022
1 parent 9e13e4a commit 897ab14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ens-profile/ProfileAvatar/ProfileAvatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default function ProfileAvatar({
borderRadius={size / 2}
justifyContent="center"
shadow="15px light"
height={{ custom: size }}
width={{ custom: size }}
>
{avatarUrl ? (
Expand Down

0 comments on commit 897ab14

Please sign in to comment.