mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
add logo for Nx + devtool and monorepo category
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user