📦 Add Mermaid SVG
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🧑‍🚀 Check / 🛠️ Build app (push) Has been cancelled
🚀 Deploy / API - Cloudflare Workers (push) Has been cancelled
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled

This commit is contained in:
pheralb
2024-12-03 12:44:54 +00:00
parent e4a7e8a9e6
commit d24b70001d
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -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/'
}
];