Merge pull request #567 from apcodex/main
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Waiting to run
🧑‍🚀 Check / 📦 SVGs Size (push) Waiting to run
🧑‍🚀 Check / 🛠️ Build app (push) Waiting to run
🚀 Deploy / API - Cloudflare Workers (push) Waiting to run

feat: added Socket.io logo
This commit is contained in:
Pablo Hdez
2025-02-11 10:51:37 +00:00
committed by GitHub
3 changed files with 17 additions and 0 deletions
+9
View File
@@ -3293,5 +3293,14 @@ export const svgs: iSVG[] = [
},
brandUrl: 'https://vercel.com/geist/brands',
url: 'https://vercel.com/'
},
{
"title": "Socket.io",
"category": "Software",
"route": {
dark: "/library/socketio-dark.svg",
light: "/library/socketio-light.svg"
},
"url": "https://socket.io/"
}
];