diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 407925d..759a246 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,15 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + 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', diff --git a/static/library/togetherai_dark.svg b/static/library/togetherai_dark.svg new file mode 100644 index 0000000..84da2c3 --- /dev/null +++ b/static/library/togetherai_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/togetherai_light.svg b/static/library/togetherai_light.svg new file mode 100644 index 0000000..c94f08d --- /dev/null +++ b/static/library/togetherai_light.svg @@ -0,0 +1 @@ + \ No newline at end of file