mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
📦 Update Turborepo category
This commit is contained in:
parent
2d6641abdb
commit
cd3b1e58ea
@ -1,15 +1,6 @@
|
||||
import type { iSVG } from '../types/svg';
|
||||
|
||||
export const svgs: iSVG[] = [
|
||||
{
|
||||
title: 'Nx',
|
||||
category: ['Devtool', 'Monorepo'],
|
||||
route: {
|
||||
light: '/library/nx_light.svg',
|
||||
dark: '/library/nx_dark.svg'
|
||||
},
|
||||
url: 'https://nx.dev'
|
||||
},
|
||||
{
|
||||
title: 'Inflection AI',
|
||||
category: 'AI',
|
||||
@ -334,7 +325,7 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: 'Turborepo',
|
||||
category: ['Library', 'Vercel'],
|
||||
category: ['Library', 'Vercel', 'Monorepo'],
|
||||
route: '/library/turborepo.svg',
|
||||
url: 'https://turborepo.org/'
|
||||
},
|
||||
@ -2908,5 +2899,14 @@ export const svgs: iSVG[] = [
|
||||
dark: '/library/leap-wallet-wordmark-dark.svg'
|
||||
},
|
||||
url: 'https://leapwallet.io/'
|
||||
},
|
||||
{
|
||||
title: 'Nx',
|
||||
category: ['Devtool', 'Monorepo'],
|
||||
route: {
|
||||
light: '/library/nx_light.svg',
|
||||
dark: '/library/nx_dark.svg'
|
||||
},
|
||||
url: 'https://nx.dev'
|
||||
}
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user