diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 83c18f18..98174033 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -1,6 +1,16 @@
import type { iSVG } from "@/types/svg";
export const svgs: iSVG[] = [
+ {
+ title: "MonoDesk",
+ category: "Software",
+ route: "/library/monodesk.svg",
+ wordmark: {
+ light: "/library/monodesk-wordmark-light.svg",
+ dark: "/library/monodesk-wordmark-dark.svg",
+ },
+ url: "https://monodesk.com",
+ },
{
title: "Granola",
category: "AI",
diff --git a/static/library/monodesk-wordmark-dark.svg b/static/library/monodesk-wordmark-dark.svg
new file mode 100644
index 00000000..0456be5e
--- /dev/null
+++ b/static/library/monodesk-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/monodesk-wordmark-light.svg b/static/library/monodesk-wordmark-light.svg
new file mode 100644
index 00000000..c5fc5312
--- /dev/null
+++ b/static/library/monodesk-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/monodesk.svg b/static/library/monodesk.svg
new file mode 100644
index 00000000..8f4e1f87
--- /dev/null
+++ b/static/library/monodesk.svg
@@ -0,0 +1 @@
+
\ No newline at end of file