diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 65b55fb..013afca 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3295,13 +3295,13 @@ export const svgs: iSVG[] = [ url: 'https://vercel.com/' }, { - title: 'Socket.io', - category: 'Software', - route: { - dark: '/library/socketio-dark.svg', - light: '/library/socketio-light.svg' + "title": "Socket.io", + "category": "Software", + "route": { + "dark": "/library/socketio-dark.svg", + "light": "/library/socketio-light.svg" }, - url: 'https://socket.io/' + "url": "https://socket.io/" }, { title: 'VSCodium',