build: use x2 width

This commit is contained in:
Kiko Beats 2020-01-14 15:15:28 +01:00 committed by GitHub
parent 0238fccb63
commit 5dad7c1049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ import * as icons from '../util/icons';
export default function Person({ person, currentTag }) {
const url = new URL(person.url);
const img = `https://images.weserv.nl/?url=https://unavatar.now.sh/${url.host}&w=50&l=9&af&il&n=-1`
const img = `https://images.weserv.nl/?url=https://unavatar.now.sh/${url.host}&w=100&l=9&af&il&n=-1`
return (
<PersonWrapper>
<PersonInner>