Merge branch 'main' of github.com:pheralb/svgl

This commit is contained in:
pheralb
2025-04-15 12:15:29 +01:00
7 changed files with 22 additions and 2 deletions
+16
View File
@@ -353,6 +353,12 @@ export const svgs: iSVG[] = [
route: '/library/npm.svg',
url: 'https://www.npmjs.com/'
},
{
title: 'Nuget',
category: 'Software',
route: '/library/nuget.svg',
url: 'https://www.nuget.org/'
},
{
title: 'Homebrew',
category: 'Software',
@@ -1490,6 +1496,16 @@ export const svgs: iSVG[] = [
route: '/library/zod.svg',
url: 'https://zod.dev/'
},
{
title: 'Valibot',
category: 'Library',
route: '/library/valibot.svg',
wordmark: {
light: '/library/valibot-wordmark-light.svg',
dark: '/library/valibot-wordmark-dark.svg'
},
url: 'https://valibot.dev'
},
{
title: 'Dreamweaver',
category: 'Software',