mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Update category names from 'void(0)' to 'VoidZero' in SVG data and type definitions
This commit is contained in:
+4
-4
@@ -2953,25 +2953,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/'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user