mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
swtich to linux
This commit is contained in:
parent
b55e2c2e35
commit
b8935b16e5
3 changed files with 5 additions and 5 deletions
|
|
@ -6,9 +6,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';
|
||||
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 }) {
|
||||
const url = new URL(person.url);
|
||||
const img = `https://logo.clearbit.com/${url.host}`;
|
||||
|
|
|
|||
|
|
@ -462,7 +462,7 @@ const pages = [
|
|||
'Node',
|
||||
'CSS',
|
||||
'Sass',
|
||||
'Design Systems'
|
||||
'Design Systems',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -472,7 +472,7 @@ const pages = [
|
|||
twitter: '@kilianvalkhof',
|
||||
emoji: '🐧',
|
||||
country: '🇳🇱',
|
||||
computer: 'ubuntu',
|
||||
computer: 'linux',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Developer',
|
||||
|
|
@ -487,7 +487,7 @@ const pages = [
|
|||
'Polypane',
|
||||
'Devtools',
|
||||
],
|
||||
}
|
||||
},
|
||||
];
|
||||
|
||||
export default pages;
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in a new issue