📦 Add OpenRouter SVGs

This commit is contained in:
pheralb
2025-06-19 11:45:41 +01:00
parent 418900a323
commit f5d15f925f
3 changed files with 51 additions and 0 deletions
+9
View File
@@ -3692,5 +3692,14 @@ export const svgs: iSVG[] = [
route: '/library/lovable.svg',
url: 'https://lovable.dev/',
brandUrl: 'https://lovable.dev/brand'
},
{
title: 'OpenRouter',
category: 'AI',
route: {
light: '/library/openrouter_light.svg',
dark: '/library/openrouter_dark.svg'
},
url: 'https://openrouter.ai/'
}
];