From a8f0d3eaa54d47e0fb4d355386d33dd975d9d654 Mon Sep 17 00:00:00 2001 From: Chukwuma Nwaugha Date: Fri, 3 May 2024 15:08:31 +0100 Subject: [PATCH] add an entry for veedoai in svgs.ts --- src/data/svgs.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index dd25fc8..9ca1934 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2535,6 +2535,16 @@ export const svgs: iSVG[] = [ wordmark: '/library/tina_wordmark.svg', url: 'https://tina.io/' }, + { + title: "VeedoAI", + category: ["AI", "Video"], + route: "/library/veedoai.svg", + wordmark: { + light: "/library/veedoai_wordmark.svg", + dark: "/library/veedoai_wordmark_dark.svg" + }, + url: "https://veedo.ai" + }, { title: 'Vercel', category: ['Hosting', 'Vercel'],