diff --git a/src/components/Person.js b/src/components/Person.js index 15fac78c..07b95961 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` + const img = `https://images.weserv.nl/?url=https://unavatar.now.sh/${url.host}&w=50&l=9&af&il&n=-1` return (