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