mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Request 50px avatar from clearbit
This commit is contained in:
parent
93b8ad6856
commit
d1eb8b11d6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import * as icons from '../util/icons';
|
||||||
|
|
||||||
export default function Person({ person, currentTag }) {
|
export default function Person({ person, currentTag }) {
|
||||||
const url = new URL(person.url);
|
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 (
|
return (
|
||||||
<PersonWrapper>
|
<PersonWrapper>
|
||||||
<PersonInner>
|
<PersonInner>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue