mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🛠️ Fix Socket.IO logo and add wordmark
This commit is contained in:
+9
-5
@@ -3577,13 +3577,17 @@ export const svgs: iSVG[] = [
|
||||
url: "https://modelcontextprotocol.io/",
|
||||
},
|
||||
{
|
||||
title: "Socket.io",
|
||||
category: "Software",
|
||||
title: "Socket.IO",
|
||||
category: ["Software", "Library"],
|
||||
route: {
|
||||
dark: "/library/socketio-dark.svg",
|
||||
light: "/library/socketio-light.svg",
|
||||
dark: "/library/socketio-icon-dark.svg",
|
||||
light: "/library/socketio-icon-light.svg",
|
||||
},
|
||||
url: "https://socket.io/",
|
||||
wordmark: {
|
||||
light: "/library/socketio-wordmark-light.svg",
|
||||
dark: "/library/socketio-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://socket.io",
|
||||
},
|
||||
{
|
||||
title: "Ant Design",
|
||||
|
||||
Reference in New Issue
Block a user