Commit 2a6170a0 authored by tom's avatar tom

fix avatar on mobile

parent 32f12eee
......@@ -18,7 +18,7 @@ const FallbackImage = ({ size, id }: { size: number; id: string }) => {
maxWidth={ `${ size }px` }
maxHeight={ `${ size }px` }
>
<Box boxSize={ size * 2 } transformOrigin="left top" transform="scale(0.5)" borderRadius="full" overflow="hidden">
<Box boxSize={ `${ size * 2 }px` } transformOrigin="left top" transform="scale(0.5)" borderRadius="full" overflow="hidden">
<Identicon
bg={ bgColor }
string={ id }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment