🌱 Merge branch 'main' of github.com:pheralb/svgl
📦 Build / 🛠️ Build app (push) Has been cancelled
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled

This commit is contained in:
pheralb
2025-06-19 11:46:36 +01:00
6 changed files with 58 additions and 0 deletions
+19
View File
@@ -57,6 +57,12 @@ export const svgs: iSVG[] = [
route: '/library/drive.svg',
url: 'https://www.google.com/drive/'
},
{
title: 'UV',
category: 'Devtool',
route: '/library/uv.svg',
url: 'https://docs.astral.sh/uv/'
},
{
title: 'Milanote',
category: 'Software',
@@ -3693,6 +3699,19 @@ export const svgs: iSVG[] = [
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/'
},
{
title: 'OpenRouter',
category: 'AI',