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