From 87ac688a1a72127a7b5bfb28e6a5714010086f39 Mon Sep 17 00:00:00 2001 From: Malcolm Hauser Date: Wed, 12 Feb 2025 12:29:57 +1000 Subject: [PATCH] remove the prittier changes for other logos --- src/data/svgs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 013afca..9e558f6 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3298,8 +3298,8 @@ export const svgs: iSVG[] = [ "title": "Socket.io", "category": "Software", "route": { - "dark": "/library/socketio-dark.svg", - "light": "/library/socketio-light.svg" + dark: "/library/socketio-dark.svg", + light: "/library/socketio-light.svg" }, "url": "https://socket.io/" },