Merge branch 'main' into feat/add-webgl

This commit is contained in:
Pablo Hdez
2025-09-18 09:09:22 +01:00
committed by GitHub
5 changed files with 47 additions and 0 deletions
+13
View File
@@ -3970,5 +3970,18 @@ export const svgs: iSVG[] = [
},
url: 'https://www.khronos.org/webgl/',
brandUrl: 'https://www.khronos.org/legal/trademarks/'
},
{
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/'
}
];