swtich to linux

This commit is contained in:
Wes Bos 2020-01-08 10:27:26 -05:00
parent b55e2c2e35
commit b8935b16e5
3 changed files with 5 additions and 5 deletions

View file

@ -6,9 +6,9 @@ import iphone from '../images/iphone.png';
import android from '../images/android.png'; import android from '../images/android.png';
import windows from '../images/windows.svg'; import windows from '../images/windows.svg';
import apple from '../images/apple.svg'; import apple from '../images/apple.svg';
import ubuntu from '../images/ubuntu.svg'; import linux from '../images/linux.svg';
const icons = { iphone, android, windows, apple, ubuntu }; const icons = { iphone, android, windows, apple, linux };
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}`;

View file

@ -462,7 +462,7 @@ const pages = [
'Node', 'Node',
'CSS', 'CSS',
'Sass', 'Sass',
'Design Systems' 'Design Systems',
], ],
}, },
{ {
@ -472,7 +472,7 @@ const pages = [
twitter: '@kilianvalkhof', twitter: '@kilianvalkhof',
emoji: '🐧', emoji: '🐧',
country: '🇳🇱', country: '🇳🇱',
computer: 'ubuntu', computer: 'linux',
phone: 'iphone', phone: 'iphone',
tags: [ tags: [
'Developer', 'Developer',
@ -487,7 +487,7 @@ const pages = [
'Polypane', 'Polypane',
'Devtools', 'Devtools',
], ],
} },
]; ];
export default pages; export default pages;

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB