Merge pull request #547 from atleugim/update/voidzero
Some checks failed
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🧑‍🚀 Check / 🛠️ Build app (push) Has been cancelled
🚀 Deploy / API - Cloudflare Workers (push) Has been cancelled

Update category names from 'void(0)' to 'VoidZero' in SVG
This commit is contained in:
Pablo Hdez 2025-01-30 18:47:10 +00:00 committed by GitHub
commit 115cc7ea7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -2957,25 +2957,25 @@ export const svgs: iSVG[] = [
},
{
title: 'Vite',
category: ['Devtool', 'void(0)'],
category: ['Devtool', 'VoidZero'],
route: '/library/vitejs.svg',
url: 'https://vitejs.dev'
},
{
title: 'Vitest',
category: ['Framework', 'void(0)'],
category: ['Framework', 'VoidZero'],
route: '/library/vitest.svg',
url: 'https://vitest.dev/'
},
{
title: 'Oxc',
category: ['Devtool', 'void(0)'],
category: ['Devtool', 'VoidZero'],
route: '/library/oxc.svg',
url: 'https://oxc.rs/'
},
{
title: 'Rolldown',
category: ['Compiler', 'void(0)'],
category: ['Compiler', 'VoidZero'],
route: '/library/rolldown.svg',
url: 'https://rolldown.rs/'
},

View File

@ -25,7 +25,7 @@ export type tCategory =
| 'Vercel'
| 'Google'
| 'Payment'
| 'void(0)'
| 'VoidZero'
| 'Authentication'
| 'IoT'
| 'Home Automation'