mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-05 22:48:17 +08:00
Merge pull request #547 from atleugim/update/voidzero
Update category names from 'void(0)' to 'VoidZero' in SVG
This commit is contained in:
commit
115cc7ea7a
@ -2957,25 +2957,25 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Vite',
|
title: 'Vite',
|
||||||
category: ['Devtool', 'void(0)'],
|
category: ['Devtool', 'VoidZero'],
|
||||||
route: '/library/vitejs.svg',
|
route: '/library/vitejs.svg',
|
||||||
url: 'https://vitejs.dev'
|
url: 'https://vitejs.dev'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Vitest',
|
title: 'Vitest',
|
||||||
category: ['Framework', 'void(0)'],
|
category: ['Framework', 'VoidZero'],
|
||||||
route: '/library/vitest.svg',
|
route: '/library/vitest.svg',
|
||||||
url: 'https://vitest.dev/'
|
url: 'https://vitest.dev/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Oxc',
|
title: 'Oxc',
|
||||||
category: ['Devtool', 'void(0)'],
|
category: ['Devtool', 'VoidZero'],
|
||||||
route: '/library/oxc.svg',
|
route: '/library/oxc.svg',
|
||||||
url: 'https://oxc.rs/'
|
url: 'https://oxc.rs/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Rolldown',
|
title: 'Rolldown',
|
||||||
category: ['Compiler', 'void(0)'],
|
category: ['Compiler', 'VoidZero'],
|
||||||
route: '/library/rolldown.svg',
|
route: '/library/rolldown.svg',
|
||||||
url: 'https://rolldown.rs/'
|
url: 'https://rolldown.rs/'
|
||||||
},
|
},
|
||||||
|
@ -25,7 +25,7 @@ export type tCategory =
|
|||||||
| 'Vercel'
|
| 'Vercel'
|
||||||
| 'Google'
|
| 'Google'
|
||||||
| 'Payment'
|
| 'Payment'
|
||||||
| 'void(0)'
|
| 'VoidZero'
|
||||||
| 'Authentication'
|
| 'Authentication'
|
||||||
| 'IoT'
|
| 'IoT'
|
||||||
| 'Home Automation'
|
| 'Home Automation'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user