Merge branch 'main' into next

This commit is contained in:
Pablo Hdez
2023-12-17 22:14:10 +00:00
committed by GitHub
4 changed files with 52 additions and 7 deletions
+13 -7
View File
@@ -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/'
},
];
+1
View File
@@ -17,3 +17,4 @@ export type tCategory =
| 'Design'
| 'Typing'
| 'Community';
| 'Marketplace';