mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Added procure logo and marketplace category
This commit is contained in:
+7
-1
@@ -1887,5 +1887,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/'
|
||||
},
|
||||
];
|
||||
|
||||
@@ -15,4 +15,5 @@ export type tCategory =
|
||||
| 'Language'
|
||||
| 'Education'
|
||||
| 'Design'
|
||||
| 'Typing';
|
||||
| 'Typing'
|
||||
| 'Marketplace';
|
||||
|
||||
Reference in New Issue
Block a user