diff --git a/src/data/svgs.ts b/src/data/svgs.ts index ded5032..2d73d58 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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/' }, diff --git a/src/types/categories.ts b/src/types/categories.ts index 3a92a49..dd79571 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -25,7 +25,7 @@ export type tCategory = | 'Vercel' | 'Google' | 'Payment' - | 'void(0)' + | 'VoidZero' | 'Authentication' | 'IoT' | 'Home Automation'