diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 0a94f8a..2c5823b 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -16,6 +16,15 @@ export const svgs: iSVG[] = [ }, url: 'http://mattermost.com/' }, + { + 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