Skip to content

Commit 207fe6a

Browse files
Copilotwei
andauthored
🖼️ Add GreasyFork Icon in Language (#751)
* Initial plan * Initial plan for adding GreasyFork icon Co-authored-by: wei <[email protected]> * Add GreasyFork icon from simple-icons as a language Co-authored-by: wei <[email protected]> * Remove package-lock.json from .gitignore * Add GreasyFork icon as a language --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: wei <[email protected]> Co-authored-by: Wei He <[email protected]>
1 parent a5764f6 commit 207fe6a

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.changeset/empty-lions-taste.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"socialify": patch
3+
---
4+
5+
feat: add GreasyFork icon as a language

common/icons/languageMapping.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ import {
4646
siGoogle,
4747
siGooglecloud,
4848
siGraphql,
49+
siGreasyfork,
4950
siHaskell,
5051
siHeroku,
5152
siHtml5,
@@ -198,6 +199,7 @@ export const LANGUAGE_ICON_MAPPING: { [key: string]: SimpleIcon } = {
198199
Google: siGoogle,
199200
'Google Cloud': siGooglecloud,
200201
GraphQL: siGraphql,
202+
GreasyFork: siGreasyfork,
201203
Heroku: siHeroku,
202204
'Hugging Face': siHuggingface,
203205
Kafka: siApachekafka,

0 commit comments

Comments
 (0)