mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge branch 'main' of github.com:pheralb/svgl
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user