From d49a57429ac364a0f0b7cf353177a01b113ae718 Mon Sep 17 00:00:00 2001 From: Ashish Dabral Date: Wed, 15 Oct 2025 00:24:32 +0530 Subject: [PATCH] added zyft svg logo fixes #652 --- src/data/svgs.ts | 6 ++++++ static/library/zyft.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/zyft.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 51703ed..93e9430 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -14,6 +14,12 @@ export const svgs: iSVG[] = [ route: "/library/kimi.svg", url: "https://kimi.ai/", }, + { + title: 'Zyft', + category: 'Library', + route: '/library/zyft.svg', + url: 'https://zyft.com' + }, { title: "Perspective", category: "Software", diff --git a/static/library/zyft.svg b/static/library/zyft.svg new file mode 100644 index 0000000..59e2d1d --- /dev/null +++ b/static/library/zyft.svg @@ -0,0 +1 @@ + \ No newline at end of file