From cfed6ddfc9b3f76d98beaf18d3c12f6d493a7fdb Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Mon, 18 Nov 2024 18:11:36 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20JSON=20SVG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/json.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/json.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 45cf107..bb23031 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3048,5 +3048,11 @@ export const svgs: iSVG[] = [ dark: '/library/polar-sh_dark.svg' }, url: 'https://polar.sh/' + }, + { + title: 'JSON', + category: 'Language', + route: '/library/json.svg', + url: 'https://json.org/' } ]; diff --git a/static/library/json.svg b/static/library/json.svg new file mode 100644 index 0000000..d334daa --- /dev/null +++ b/static/library/json.svg @@ -0,0 +1 @@ + \ No newline at end of file