diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 5859fb6..83beffc 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -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/'
+ },
];
diff --git a/src/types/categories.ts b/src/types/categories.ts
index 33df52e..2c79b97 100644
--- a/src/types/categories.ts
+++ b/src/types/categories.ts
@@ -17,3 +17,4 @@ export type tCategory =
| 'Design'
| 'Typing'
| 'Community';
+ | 'Marketplace';
\ No newline at end of file
diff --git a/static/library/algorand.svg b/static/library/algorand.svg
new file mode 100644
index 0000000..bb25f13
--- /dev/null
+++ b/static/library/algorand.svg
@@ -0,0 +1,20 @@
+
diff --git a/static/library/procure.svg b/static/library/procure.svg
new file mode 100644
index 0000000..c14f0e6
--- /dev/null
+++ b/static/library/procure.svg
@@ -0,0 +1,18 @@
+
+
+