From 7ac483778683aaf28e3746ffb03ca747d2e50ce6 Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 16 May 2023 18:04:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20new=20svg.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 9 ++++++++- static/library/infojobs.svg | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 static/library/infojobs.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 92b633b..2e126d2 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -473,7 +473,7 @@ export const svgs: iSVG[] = [ { id: 68, title: 'Arc', - category: 'Social', + category: 'Jobs', route: '/library/arc.svg', url: 'https://arc.dev' }, @@ -1253,5 +1253,12 @@ export const svgs: iSVG[] = [ category: 'Database', route: '/library/neon.svg', url: 'https://neon.tech/' + }, + { + id: 180, + title: 'Infojobs', + category: 'Jobs', + route: '/library/infojobs.svg', + url: 'https://www.infojobs.net/' } ]; diff --git a/static/library/infojobs.svg b/static/library/infojobs.svg new file mode 100644 index 0000000..c403485 --- /dev/null +++ b/static/library/infojobs.svg @@ -0,0 +1 @@ + \ No newline at end of file