This commit is contained in:
Meet Patel
2024-06-02 14:02:11 +05:30
parent 24b70025e7
commit f85d0bc03d
4 changed files with 13 additions and 0 deletions
+10
View File
@@ -1,6 +1,16 @@
import type { iSVG } from '../types/svg';
export const svgs: iSVG[] = [
{
title: 'Groq',
category: 'AI',
route: '/library/groq.svg',
wordmark: {
light: '/library/groq_wordmark_light.svg',
dark: '/library/groq_wordmark_dark.svg'
},
url: 'https://groq.com/'
},
{
title: 'Cohere',
category: 'AI',