📦 Add JSON SVG

This commit is contained in:
Miguel Vega
2024-11-18 18:11:36 -05:00
parent afe5eec846
commit cfed6ddfc9
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -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/'
}
];