diff --git a/src/components/Person.js b/src/components/Person.js index 90b4dc4e..6e53064e 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://logo.clearbit.com/${url.host}`; + const img = `https://logo.clearbit.com/${url.host}?size=50`; return (