Merge pull request #808 from jaycodev/fix-socketio-svg
📦 Build / 🛠️ Build app (push) Has been cancelled
🧑‍🚀 Check / ⚙️ Linting (push) Has been cancelled
🧑‍🚀 Check / 📦 Check SVGs (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled

🛠️ Fix Socket.IO logo and add wordmark
This commit is contained in:
Pablo Hdez
2025-10-11 01:20:03 +01:00
committed by GitHub
7 changed files with 13 additions and 13 deletions
+9 -5
View File
@@ -3583,13 +3583,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",