From d3d193fcfa5d10f740112a5840c60ffa105b46c6 Mon Sep 17 00:00:00 2001 From: "Vladimir Antonio F. C." <50648871+vladiantio@users.noreply.github.com> Date: Tue, 26 Aug 2025 13:30:29 -0400 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=A8=20Update=20category=20types=20to?= =?UTF-8?q?=20include=20'Platform'=20and=20'Automation'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/categories.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'; From b87138fda2b2b7eb9dd33b95100670e5715792bb Mon Sep 17 00:00:00 2001 From: "Vladimir Antonio F. C." <50648871+vladiantio@users.noreply.github.com> Date: Tue, 26 Aug 2025 13:34:07 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=A6=20Add=20n8n=20logo=20and=20wor?= =?UTF-8?q?dmarks=20for=20dark=20and=20light=20themes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 10 ++++++++++ static/library/n8n-wordmark-dark.svg | 1 + static/library/n8n-wordmark-light.svg | 1 + static/library/n8n.svg | 1 + 4 files changed, 13 insertions(+) create mode 100644 static/library/n8n-wordmark-dark.svg create mode 100644 static/library/n8n-wordmark-light.svg create mode 100644 static/library/n8n.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 3eefeeb..29f4e4e 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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/' } ]; 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