mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge branch 'next' of github.com:pheralb/svgl into next
This commit is contained in:
+13
-7
@@ -1327,6 +1327,12 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/matic.svg',
|
||||
url: 'https://polygon.technology/'
|
||||
},
|
||||
{
|
||||
title: 'Algorand',
|
||||
category: 'Crypto',
|
||||
route: '/library/algorand.svg',
|
||||
url: 'https://algorand.org/'
|
||||
},
|
||||
{
|
||||
title: 'X',
|
||||
category: 'Social',
|
||||
@@ -1855,12 +1861,6 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/phpstorm.svg',
|
||||
url: 'https://www.jetbrains.com/phpstorm/'
|
||||
},
|
||||
{
|
||||
title: 'JetBrains PyCharm',
|
||||
category: 'Software',
|
||||
route: '/library/pycharm.svg',
|
||||
url: 'https://www.jetbrains.com/pycharm/'
|
||||
},
|
||||
{
|
||||
title: 'MonkeyType',
|
||||
category: 'Typing',
|
||||
@@ -1872,5 +1872,11 @@ export const svgs: iSVG[] = [
|
||||
category: 'Software',
|
||||
route: '/library/raycast.svg',
|
||||
url: 'https://raycast.com/'
|
||||
}
|
||||
},
|
||||
{
|
||||
title: 'Procure',
|
||||
category: 'Marketplace',
|
||||
route: '/library/procure.svg',
|
||||
url: 'https://procure.biz/'
|
||||
},
|
||||
];
|
||||
|
||||
@@ -17,3 +17,4 @@ export type tCategory =
|
||||
| 'Design'
|
||||
| 'Typing'
|
||||
| 'Community';
|
||||
| 'Marketplace';
|
||||
Reference in New Issue
Block a user