mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
add ubuntu image to person.js
This commit is contained in:
parent
2040fb09ad
commit
18d7bc1e75
1 changed files with 2 additions and 1 deletions
|
|
@ -4,8 +4,9 @@ import iphone from '../images/iphone.png';
|
|||
import android from '../images/android.png';
|
||||
import windows from '../images/windows.svg';
|
||||
import apple from '../images/apple.svg';
|
||||
import ubuntu from '../images/ubuntu.svg';
|
||||
|
||||
const icons = { iphone, android, windows, apple };
|
||||
const icons = { iphone, android, windows, apple, ubuntu };
|
||||
export default function Person({ person, currentTag }) {
|
||||
const url = new URL(person.url);
|
||||
const img = `https://logo.clearbit.com/${url.host}`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue