Merge pull request #338 from davidosomething/request-actual-avatar-size

Request 50px avatar from clearbit
This commit is contained in:
Hugo 2020-01-14 13:09:49 +00:00 committed by GitHub
commit 50491d88f4
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://logo.clearbit.com/${url.host}`;
const img = `https://logo.clearbit.com/${url.host}?size=50`;
return (
<PersonWrapper>
<PersonInner>