📦 Update Turborepo category

This commit is contained in:
pheralb 2024-08-22 23:32:54 +01:00
parent 2d6641abdb
commit cd3b1e58ea

View File

@ -1,15 +1,6 @@
import type { iSVG } from '../types/svg'; import type { iSVG } from '../types/svg';
export const svgs: iSVG[] = [ 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', title: 'Inflection AI',
category: 'AI', category: 'AI',
@ -334,7 +325,7 @@ export const svgs: iSVG[] = [
}, },
{ {
title: 'Turborepo', title: 'Turborepo',
category: ['Library', 'Vercel'], category: ['Library', 'Vercel', 'Monorepo'],
route: '/library/turborepo.svg', route: '/library/turborepo.svg',
url: 'https://turborepo.org/' url: 'https://turborepo.org/'
}, },
@ -2908,5 +2899,14 @@ export const svgs: iSVG[] = [
dark: '/library/leap-wallet-wordmark-dark.svg' dark: '/library/leap-wallet-wordmark-dark.svg'
}, },
url: 'https://leapwallet.io/' url: 'https://leapwallet.io/'
},
{
title: 'Nx',
category: ['Devtool', 'Monorepo'],
route: {
light: '/library/nx_light.svg',
dark: '/library/nx_dark.svg'
},
url: 'https://nx.dev'
} }
]; ];