From d24b70001d15c18cce5cf7b7c6bc4f451e200a96 Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 3 Dec 2024 12:44:54 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Mermaid=20SVG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 9 +++++++++ static/library/mermaid-logo-dark.svg | 1 + static/library/mermaid-logo-light.svg | 1 + 3 files changed, 11 insertions(+) create mode 100644 static/library/mermaid-logo-dark.svg create mode 100644 static/library/mermaid-logo-light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f2993c1..76e9f30 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3083,5 +3083,14 @@ export const svgs: iSVG[] = [ dark: '/library/clerk-dark.svg' }, url: 'https://clerk.com/' + }, + { + title: 'Mermaid', + category: ['Library'], + route: { + light: '/library/mermaid-logo-light.svg', + dark: '/library/mermaid-logo-dark.svg' + }, + url: 'https://mermaid.js.org/' } ]; diff --git a/static/library/mermaid-logo-dark.svg b/static/library/mermaid-logo-dark.svg new file mode 100644 index 0000000..23ff457 --- /dev/null +++ b/static/library/mermaid-logo-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/mermaid-logo-light.svg b/static/library/mermaid-logo-light.svg new file mode 100644 index 0000000..1af8d88 --- /dev/null +++ b/static/library/mermaid-logo-light.svg @@ -0,0 +1 @@ + \ No newline at end of file