diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 769f1a7..3ec303a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3302,5 +3302,11 @@ export const svgs: iSVG[] = [ light: "/library/socketio-light.svg" }, "url": "https://socket.io/" + }, + { + title: 'VSCodium', + category: 'Software', + route: '/library/vscodium.svg', + url: 'https://vscodium.com/' } ]; diff --git a/static/library/vscodium.svg b/static/library/vscodium.svg new file mode 100644 index 0000000..6f2a9c9 --- /dev/null +++ b/static/library/vscodium.svg @@ -0,0 +1 @@ + \ No newline at end of file