diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 47a2a74..7e4a98f 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3815,6 +3815,16 @@ export const svgs: iSVG[] = [ 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/' + }, { title: 'Kibo UI', category: 'Library', diff --git a/src/types/categories.ts b/src/types/categories.ts index addbe7b..3c2a83a 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -31,4 +31,6 @@ export type tCategory = | 'Config' | 'Secrets' | 'IaC' - | 'Analytics'; + | 'Analytics' + | 'Platform' + | 'Automation'; diff --git a/static/library/n8n-wordmark-dark.svg b/static/library/n8n-wordmark-dark.svg new file mode 100644 index 0000000..5dc682d --- /dev/null +++ b/static/library/n8n-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/n8n-wordmark-light.svg b/static/library/n8n-wordmark-light.svg new file mode 100644 index 0000000..6ff91ea --- /dev/null +++ b/static/library/n8n-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/n8n.svg b/static/library/n8n.svg new file mode 100644 index 0000000..5e64edf --- /dev/null +++ b/static/library/n8n.svg @@ -0,0 +1 @@ + \ No newline at end of file