📦 Add Convex SVG logo

This commit is contained in:
pheralb
2025-04-29 09:44:35 +01:00
parent 9c6918c179
commit f5a7c85448
4 changed files with 13 additions and 0 deletions
+10
View File
@@ -3564,5 +3564,15 @@ export const svgs: iSVG[] = [
dark: '/library/heroui_light.svg'
},
url: 'https://www.heroui.com/'
},
{
title: 'Convex',
category: ['Database', 'Software'],
route: '/library/convex.svg',
wordmark: {
light: '/library/convex_wordmark_light.svg',
dark: '/library/convex_wordmark_dark.svg'
},
url: 'https://www.convex.dev/'
}
];