Skip to content

Commit

Permalink
Update ENSAvatar Aspect Ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Apr 11, 2024
1 parent dba01c1 commit 2703e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/src/components/ENSAvatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const ENSAvatar: FC<{ name: string; size?: Size }> = async ({
? 'h-6 w-6'
: // eslint-disable-next-line unicorn/no-nested-ternary
size === 'medium'
? 'h-8 w-6'
? 'h-8 w-8'
: 'h-12 w-12'
)}
style={{
Expand Down

0 comments on commit 2703e92

Please sign in to comment.