mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Add Mocha SVGs
This commit is contained in:
@@ -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/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user