From 8228b9f8b7da010a4b20324f986d335b3c7871d1 Mon Sep 17 00:00:00 2001
From: Meet Patel <113581962+meetpateltech@users.noreply.github.com>
Date: Sun, 2 Jun 2024 18:53:44 +0530
Subject: [PATCH] add together ai
---
src/data/svgs.ts | 9 +++++++++
static/library/togetherai_dark.svg | 1 +
static/library/togetherai_light.svg | 1 +
3 files changed, 11 insertions(+)
create mode 100644 static/library/togetherai_dark.svg
create mode 100644 static/library/togetherai_light.svg
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