📦 Add n8n logo and wordmarks for dark and light themes

This commit is contained in:
Vladimir Antonio F. C.
2025-08-26 13:34:07 -04:00
parent d3d193fcfa
commit b87138fda2
4 changed files with 13 additions and 0 deletions
+10
View File
@@ -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/'
}
];