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
2 changed files with 9 additions and 1 deletions
+8 -1
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/'
}
];
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB