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