From 2af148c31910c25da0af4701fc69781035df41af Mon Sep 17 00:00:00 2001 From: pheralb Date: Sat, 10 Jun 2023 20:42:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20new=20svgs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 14 ++++++++++++++ static/library/linear.svg | 1 + static/library/tor.svg | 1 + 3 files changed, 16 insertions(+) create mode 100644 static/library/linear.svg create mode 100644 static/library/tor.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 5736ba9..b84dbf6 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1260,5 +1260,19 @@ export const svgs: iSVG[] = [ category: 'Jobs', route: '/library/infojobs-logo.svg', url: 'https://www.infojobs.net/' + }, + { + id: 181, + title: 'Linear', + category: 'Software', + route: '/library/linear.svg', + url: 'https://linear.app/' + }, + { + id: 182, + title: 'Tor', + category: 'Browser', + route: '/library/tor.svg', + url: 'https://www.torproject.org/' } ]; diff --git a/static/library/linear.svg b/static/library/linear.svg new file mode 100644 index 0000000..99209b4 --- /dev/null +++ b/static/library/linear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/tor.svg b/static/library/tor.svg new file mode 100644 index 0000000..07f5b8f --- /dev/null +++ b/static/library/tor.svg @@ -0,0 +1 @@ + \ No newline at end of file