From 7eb137b31fe7a241aab10c9e193746113aef5f23 Mon Sep 17 00:00:00 2001 From: Malcolm Hauser Date: Wed, 12 Feb 2025 12:28:46 +1000 Subject: [PATCH] remove the prittier changes for other logos --- src/data/svgs.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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',