Request 50px avatar from clearbit

This commit is contained in:
David O'Trakoun 2020-01-12 00:00:32 -05:00
parent 93b8ad6856
commit d1eb8b11d6
No known key found for this signature in database
GPG key ID: AE46C5C392A0C972

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://logo.clearbit.com/${url.host}`;
const img = `https://logo.clearbit.com/${url.host}?size=50`;
return (
<PersonWrapper>
<PersonInner>