mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
📦 Add n8n logo and wordmarks for dark and light themes
This commit is contained in:
@@ -3814,5 +3814,15 @@ export const svgs: iSVG[] = [
|
||||
category: 'Library',
|
||||
route: '/library/unjs.svg',
|
||||
url: 'https://unjs.io/'
|
||||
},
|
||||
{
|
||||
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/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user