📦 Add pnpm svgs

This commit is contained in:
jamerrq
2023-12-24 00:09:02 -05:00
parent dbfcdca6e3
commit 6c7be89d89
5 changed files with 36 additions and 2 deletions
+20 -2
View File
@@ -1,4 +1,4 @@
import type { iSVG } from '../types/svg';
import type { iSVG } from '../types/svg'
export const svgs: iSVG[] = [
{
@@ -2050,4 +2050,22 @@ export const svgs: iSVG[] = [
"route": "/library/directus.svg",
"url": "https://directus.io/"
},
];
{
title: 'Pnpm',
category: 'Software',
route: {
light: '/library/pnpm.svg',
dark: '/library/pnpm_dark.svg'
},
url: 'https://pnpm.io/'
},
{
title: 'Pnpm No Text',
category: 'Software',
route: {
light: '/library/pnpm_no_text.svg',
dark: '/library/pnpm_no_text_dark.svg'
},
url: 'https://pnpm.io/'
}
]