mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge branch 'main' into dingocoinlogo
This commit is contained in:
+21
-2
@@ -3815,10 +3815,29 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/unjs.svg',
|
||||
url: 'https://unjs.io/'
|
||||
},
|
||||
{
|
||||
{
|
||||
title: 'Dingocoin',
|
||||
category: 'Crypto',
|
||||
route: '/library/dingocoin.svg',
|
||||
url: 'https://dingocoin.com/'
|
||||
},
|
||||
{
|
||||
title: 'n8n',
|
||||
category: ['Platform', 'Automation', 'AI'],
|
||||
route: '/library/n8n.svg',
|
||||
wordmark: {
|
||||
dark: '/library/n8n-wordmark-dark.svg',
|
||||
light: '/library/n8n-wordmark-light.svg'
|
||||
},
|
||||
url: 'https://n8n.io/'
|
||||
},
|
||||
{
|
||||
title: 'Kibo UI',
|
||||
category: 'Library',
|
||||
route: {
|
||||
light: '/library/kibo-ui-light.svg',
|
||||
dark: '/library/kibo-ui-dark.svg'
|
||||
},
|
||||
url: 'https://kibo-ui.com/'
|
||||
}
|
||||
];
|
||||
];
|
||||
@@ -31,4 +31,6 @@ export type tCategory =
|
||||
| 'Config'
|
||||
| 'Secrets'
|
||||
| 'IaC'
|
||||
| 'Analytics';
|
||||
| 'Analytics'
|
||||
| 'Platform'
|
||||
| 'Automation';
|
||||
|
||||
Reference in New Issue
Block a user