diff --git a/src/data/svgs.ts b/src/data/svgs.ts index d53b0cf..042d098 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3052,6 +3052,12 @@ export const svgs: iSVG[] = [ }, url: 'https://polar.sh/' }, + { + title: 'JSON', + category: 'Language', + route: '/library/json.svg', + url: 'https://json.org/' + }, { title: 'nuqs', category: 'Library', 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