add ubuntu image to person.js

This commit is contained in:
Kilian Valkhof 2020-01-08 11:14:36 +01:00 committed by GitHub
parent 2040fb09ad
commit 18d7bc1e75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}`;