From 8a74f97ac0812529f73d809540670a9242e47f5b Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Tue, 16 Jan 2024 11:33:54 +0330 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Added=20Volta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 9 +++++++++ static/library/volta-dark.svg | 1 + static/library/volta-light.svg | 1 + 3 files changed, 11 insertions(+) create mode 100644 static/library/volta-dark.svg create mode 100644 static/library/volta-light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 48d50f3..5f70a71 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1370,6 +1370,15 @@ export const svgs: iSVG[] = [ route: '/library/crossplane.svg', url: 'https://crossplane.io/' }, + { + title: 'Volta', + category: 'Software', + route: { + light: '/library/volta-dark.svg', + dark: '/library/volta-light.svg' + }, + url: 'https://volta.net/' + }, { title: 'Typesense', category: 'Software', diff --git a/static/library/volta-dark.svg b/static/library/volta-dark.svg new file mode 100644 index 0000000..0eac400 --- /dev/null +++ b/static/library/volta-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/volta-light.svg b/static/library/volta-light.svg new file mode 100644 index 0000000..971c8cd --- /dev/null +++ b/static/library/volta-light.svg @@ -0,0 +1 @@ + \ No newline at end of file