feat: add svg for light version

This commit is contained in:
Abhishek Prakash
2025-02-11 02:40:03 +05:30
parent c1338b2172
commit 72d3ccc509
2 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -3291,7 +3291,10 @@ export const svgs: iSVG[] = [
{
"title": "Socket.io",
"category": "Software",
"route": "/library/socketio-dark.svg",
"route": {
dark: "/library/socketio-dark.svg",
light: "/library/socketio-light.svg"
},
"url": "https://socket.io/"
}
];