diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 3d2cb90..a29ba9d 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -112,6 +112,15 @@ export const svgs: iSVG[] = [ route: '/library/spotify.svg', url: 'https://www.spotify.com/' }, + { + title: 'WorkOS', + category: 'Software', + route: { + light: '/library/workos-light.svg', + dark: '/library/workos.svg' + }, + url: 'https://workos.com/' + }, { title: 'Postman', category: 'Software', diff --git a/static/library/workos-light.svg b/static/library/workos-light.svg new file mode 100644 index 0000000..55aa431 --- /dev/null +++ b/static/library/workos-light.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/library/workos.svg b/static/library/workos.svg new file mode 100644 index 0000000..d12912b --- /dev/null +++ b/static/library/workos.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file