docs: 🎨 updated readme

This commit is contained in:
Leifer Mendez
2022-12-29 14:52:04 +01:00
parent 5088b9ff1b
commit e17fb93b47
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ export default component$(
<a href={props.user.html_url} target="_blank">
<img
class="w-16 h-16 rounded-full mx-auto object-cover"
src={props.user.avatar_url + '?w=80;80&webp&srcset'}
src={props.user.avatar_url + '&s=80'}
alt={props.user.login}
width="80"
height="80"