From cd3b1e58ea73e9a7461e20ca5e53454c1523053f Mon Sep 17 00:00:00 2001 From: pheralb Date: Thu, 22 Aug 2024 23:32:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Update=20Turborepo=20category?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 38fc7ee..622a8ef 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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' } ];