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 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}`;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in a new issue