Skip to content

Commit

Permalink
Merge pull request #356 from meetpateltech/add-ai-svg
Browse files Browse the repository at this point in the history
add new svg logos in ai category
  • Loading branch information
pheralb committed Jun 3, 2024
2 parents 2e0ca17 + 2e28873 commit 6cca1f3
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 0 deletions.
45 changes: 45 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,51 @@
import type { iSVG } from '../types/svg';

export const svgs: iSVG[] = [
{
title: 'Inflection AI',
category: 'AI',
route: {
light: '/library/inflectionai_light.svg',
dark: '/library/inflectionai_dark.svg'
},
url: 'https://inflection.ai/'
},
{
title: 'Together AI',
category: 'AI',
route: {
light: '/library/togetherai_light.svg',
dark: '/library/togetherai_dark.svg'
},
url: 'https://www.together.ai/'
},
{
title: 'Suno',
category: 'AI',
route: '/library/suno.svg',
wordmark: {
light: '/library/suno_wordmark_light.svg',
dark: '/library/suno_wordmark_dark.svg'
},
url: 'https://suno.com/'
},
{
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',
route: '/library/cohere.svg',
wordmark: '/library/cohere_wordmark.svg',
url: 'https://cohere.com/'
},
{
title: 'Cisco',
category: 'Software',
Expand Down
1 change: 1 addition & 0 deletions static/library/cohere.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/cohere_wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/groq.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/groq_wordmark_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/groq_wordmark_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/inflectionai_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/inflectionai_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/suno.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6cca1f3

Please sign in to comment.