Added procure logo and marketplace category

This commit is contained in:
Yas Tabasam
2023-12-17 12:07:23 -05:00
parent 6d6e4f8ade
commit cb1f1052d1
3 changed files with 27 additions and 2 deletions
+7 -1
View File
@@ -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/'
},
];
+2 -1
View File
@@ -15,4 +15,5 @@ export type tCategory =
| 'Language'
| 'Education'
| 'Design'
| 'Typing';
| 'Typing'
| 'Marketplace';