Skip to content

Commit 67ebbe9

Browse files
authored
Merge pull request #567 from apcodex/main
feat: added Socket.io logo
2 parents 04736f5 + 72d3ccc commit 67ebbe9

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

src/data/svgs.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3293,5 +3293,14 @@ export const svgs: iSVG[] = [
32933293
},
32943294
brandUrl: 'https://vercel.com/geist/brands',
32953295
url: 'https://vercel.com/'
3296+
},
3297+
{
3298+
"title": "Socket.io",
3299+
"category": "Software",
3300+
"route": {
3301+
dark: "/library/socketio-dark.svg",
3302+
light: "/library/socketio-light.svg"
3303+
},
3304+
"url": "https://socket.io/"
32963305
}
32973306
];

static/library/socketio-dark.svg

Lines changed: 4 additions & 0 deletions
Loading

static/library/socketio-light.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)