added some ai svgs

This commit is contained in:
Suraj
2023-12-20 18:18:52 +05:30
parent 4547ec1c37
commit 71a2c04437
5 changed files with 69 additions and 0 deletions
+24
View File
@@ -1902,5 +1902,29 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/xbox.svg',
url: 'https://www.xbox.com/'
},
{
title: 'Cody',
category: 'AI',
route: '/library/cody.svg',
url: 'https://about.sourcegraph.com/'
},
{
title: 'Sourcegraph',
category: 'AI',
route: '/library/sourcegraph.svg',
url: 'https://about.sourcegraph.com/'
},
{
title: 'Claude AI',
category: 'AI',
route: '/library/claude-ai.svg',
url: 'https://claude.ai/'
},
{
title: 'Perplexity AI',
category: 'AI',
route: '/library/perplexity.svg',
url: 'https://perplexity.ai/'
}
];