Add Mocha SVGs

This commit is contained in:
Nicholas Charriere
2025-06-12 11:03:32 -07:00
parent 418900a323
commit 5e9c73c2a1
5 changed files with 49 additions and 0 deletions
+13
View File
@@ -3692,5 +3692,18 @@ export const svgs: iSVG[] = [
route: '/library/lovable.svg',
url: 'https://lovable.dev/',
brandUrl: 'https://lovable.dev/brand'
},
{
title: 'Mocha',
category: 'AI',
route: {
light: '/library/mocha-light.svg',
dark: '/library/mocha_dark.svg'
},
wordmark: {
light: '/library/mocha-light_wordmark.svg',
dark: '/library/mocha-dark_wordmark.svg'
},
url: 'https://getmocha.com/'
}
];