From 5dad7c1049a71cdee834848fe136fc09c5f82b29 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 14 Jan 2020 15:15:28 +0100 Subject: [PATCH] build: use x2 width --- src/components/Person.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Person.js b/src/components/Person.js index 07b95961..83a1859c 100644 --- a/src/components/Person.js +++ b/src/components/Person.js @@ -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 (