From 6fcd3deaee095ef3478ab634aa0707695643fcdd Mon Sep 17 00:00:00 2001 From: Aaron Rutley Date: Wed, 22 Apr 2026 14:08:21 +1000 Subject: [PATCH] Add MonoDesk logo --- src/data/svgs.ts | 10 ++++++++++ static/library/monodesk-wordmark-dark.svg | 1 + static/library/monodesk-wordmark-light.svg | 1 + static/library/monodesk.svg | 1 + 4 files changed, 13 insertions(+) create mode 100644 static/library/monodesk-wordmark-dark.svg create mode 100644 static/library/monodesk-wordmark-light.svg create mode 100644 static/library/monodesk.svg 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