Skip to content

Commit

Permalink
Merge branch 'next' of github.com:pheralb/svgl into next
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Dec 18, 2023
2 parents f843003 + 8ada638 commit 1a50e6e
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 7 deletions.
20 changes: 13 additions & 7 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand All @@ -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 change: 1 addition & 0 deletions src/types/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ export type tCategory =
| 'Design'
| 'Typing'
| 'Community';
| 'Marketplace';
20 changes: 20 additions & 0 deletions static/library/algorand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions static/library/procure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a50e6e

Please sign in to comment.