diff --git a/src/data/svgs.ts b/src/data/svgs.ts index ec70188..276fffb 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2312,5 +2312,11 @@ export const svgs: iSVG[] = [ category: 'Crypto', route: '/library/litecoin.svg', url: 'https://litecoin.org/' + }, + { + title: 'ElysiaJS', + category: 'Framework', + route: '/library/elysiajs.svg', + url: 'https://elysiajs.com/' } ]; diff --git a/static/library/elysiajs.svg b/static/library/elysiajs.svg new file mode 100644 index 0000000..d20d212 --- /dev/null +++ b/static/library/elysiajs.svg @@ -0,0 +1 @@ + \ No newline at end of file