This commit is contained in:
José Campillo
2025-09-17 22:35:59 -06:00
parent fdb9f91d2a
commit 7f5c374d02
5 changed files with 47 additions and 0 deletions
+13
View File
@@ -3960,5 +3960,18 @@ export const svgs: iSVG[] = [
category: 'Google',
route: '/library/googleMaps.svg',
url: 'https://www.google.com/maps/'
},
{
title: 'Intello',
category: 'Platform',
route: {
light: '/library/intello-light.svg',
dark: '/library/intello-dark.svg'
},
wordmark: {
light: '/library/intello-wordmark-light.svg',
dark: '/library/intello-wordmark-dark.svg'
},
url: 'https://intelloai.com/'
}
];