4
0
forked from crowetic/commerce
This commit is contained in:
Belen Curcio
2020-09-24 10:47:42 -03:00
parent a0142a7220
commit dca97063c9
10 changed files with 50 additions and 37 deletions

View File

@@ -12,7 +12,7 @@ const Avatar: FunctionComponent<Props> = ({ className }) => {
return (
<div className={rootClassName}>
<img
className="inline-block h-12 w-12 rounded-full"
className="inline-block h-8 w-8 rounded-full"
src="https://vercel.com/api/www/avatar/61182a9f6bda512b4d9263c9c8a60aabe0402f4c?s=204"
alt=""
></img>