📦 Add new svgs

This commit is contained in:
pheralb
2024-07-05 12:52:06 +01:00
parent bf2392e248
commit d2e15fea54
3 changed files with 11 additions and 6 deletions
+9 -6
View File
@@ -2856,16 +2856,19 @@ export const svgs: iSVG[] = [
route: '/library/chartjs.svg',
url: 'https://www.chartjs.org/'
},
{
title: 'Faker',
category: 'Library',
route: '/library/faker.svg',
url: 'https://fakerjs.dev/'
},
{
title: 'JSON Schema',
category: 'Library',
route: '/library/json-schema.svg',
url: 'https://json-schema.org/'
},
{
title: 'v0',
category: 'Vercel',
route: {
light: '/library/v0_light.svg',
dark: '/library/v0_dark.svg'
},
url: 'https://v0.dev/'
}
];