diff --git a/src/components/Person.js b/src/components/Person.js index 90b4dc4e..c4c8e7ae 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://unavatar.now.sh/${url.host}`; return (