Skip to content

Commit

Permalink
✨ Add void(0) category
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Oct 2, 2024
1 parent 8e88407 commit 0222d9d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
30 changes: 24 additions & 6 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,6 @@ export const svgs: iSVG[] = [
route: '/library/bootstrap.svg',
url: 'https://getbootstrap.com/'
},
{
title: 'Vite.js',
category: 'Compiler',
route: '/library/vitejs.svg',
url: 'https://vitejs.dev'
},
{
title: 'Facebook',
category: 'Social',
Expand Down Expand Up @@ -2933,5 +2927,29 @@ export const svgs: iSVG[] = [
category: ['Hardware', 'Software'],
route: '/library/raspberry_pi.svg',
url: 'https://www.raspberrypi.com/'
},
{
title: 'Vite',
category: ['Devtool', 'void(0)'],
route: '/library/vitejs.svg',
url: 'https://vitejs.dev'
},
{
title: 'Vitest',
category: ['Framework', 'void(0)'],
route: '/library/vitest.svg',
url: 'https://vitest.dev/'
},
{
title: 'Oxc',
category: ['Devtool', 'void(0)'],
route: '/library/oxc.svg',
url: 'https://oxc.rs/'
},
{
title: 'Rolldown',
category: ['Compiler', 'void(0)'],
route: '/library/rolldown.svg',
url: 'https://rolldown.rs/'
}
];
3 changes: 2 additions & 1 deletion src/types/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ export type tCategory =
| 'Music'
| 'Vercel'
| 'Google'
| 'Payment';
| 'Payment'
| 'void(0)';

0 comments on commit 0222d9d

Please sign in to comment.