Merge branch 'main' into feat/add-n8n

This commit is contained in:
Pablo Hdez
2025-08-26 19:03:06 +01:00
committed by GitHub
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -3824,5 +3824,14 @@ export const svgs: iSVG[] = [
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/'
}
];