Merge pull request #616 from MichaHuhn/feat/add-valibot-logos
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🧑‍🚀 Check / 🛠️ Build app (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled

feat: add Valibot logos
This commit is contained in:
Pablo Hdez
2025-04-10 22:30:40 +02:00
committed by GitHub
4 changed files with 13 additions and 0 deletions
+10
View File
@@ -1496,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',