From a30c0effbef1c2ae39884eec2abb457790a3bb6f Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 14 Jan 2020 14:56:17 +0100 Subject: [PATCH] build: add avatar 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 c4c8e7ae..15fac78c 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://unavatar.now.sh/${url.host}`; + const img = `https://images.weserv.nl/?url=https://unavatar.now.sh/${url.host}&w=50` return (