Merge pull request #108 from sujjeee/main

added linux svg
This commit is contained in:
Pablo Hdez 2023-12-12 14:26:56 +00:00 committed by GitHub
commit fd94b5884f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -2073,10 +2073,17 @@ export const svgs: iSVG[] = [
url: 'https://reflex.dev/'
},
{
id: 250,
id: 251,
title: 'Stripe',
category: 'Software',
route: '/library/stripe.svg',
url: 'https://stripe.com/'
},
{
id: 252,
title: 'Linux',
category: 'Software',
route: '/library/linux.svg',
url: 'https://www.linux.org/'
}
];

1
static/library/linux.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB