Merge pull request #396 from juristr/add-nx-logo

Add Nx logo
This commit is contained in:
Pablo Hdez
2024-08-22 23:14:17 +01:00
committed by GitHub
5 changed files with 2694 additions and 3340 deletions
+9
View File
@@ -1,6 +1,15 @@
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',
+2
View File
@@ -5,6 +5,8 @@ export type tCategory =
| 'Library'
| 'Hosting'
| 'Framework'
| 'Devtool'
| 'Monorepo'
| 'CMS'
| 'Database'
| 'Compiler'