From 14011beb555c6f0ac94601e65755bd4a6e9e0ff2 Mon Sep 17 00:00:00 2001 From: Bryan Eaton Date: Fri, 2 May 2025 11:39:57 -0400 Subject: [PATCH] adding inngest logo --- src/data/svgs.ts | 9 +++++++++ static/library/inngest-dark.svg | 1 + static/library/inngest-light.svg | 1 + 3 files changed, 11 insertions(+) create mode 100644 static/library/inngest-dark.svg create mode 100644 static/library/inngest-light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index c2eefd1..f87daf5 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -7,6 +7,15 @@ export const svgs: iSVG[] = [ route: '/library/windsurf-logo.svg', url: 'https://codeium.com/windsurf' }, + { + title: 'Inngest', + category: 'Software', + route: { + light: '/library/inngest-light.svg', + dark: '/library/inngest-dark.svg' + }, + url: 'https://inngest.com/' + }, { title: 'daisyUI', category: 'Library', diff --git a/static/library/inngest-dark.svg b/static/library/inngest-dark.svg new file mode 100644 index 0000000..7848a93 --- /dev/null +++ b/static/library/inngest-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/inngest-light.svg b/static/library/inngest-light.svg new file mode 100644 index 0000000..d9b6610 --- /dev/null +++ b/static/library/inngest-light.svg @@ -0,0 +1 @@ + \ No newline at end of file