mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-21 13:06:01 +08:00
Add contributor role (#3530) rizwanmustafa
* Add contributor role * Change icon for contributor
This commit is contained in:
parent
d4ad6c5c0c
commit
4dc8676a85
1 changed files with 8 additions and 0 deletions
|
@ -87,6 +87,14 @@ const badges: Record<number, MonkeyTypes.UserBadge> = {
|
|||
color: "var(--text-color)",
|
||||
background: "var(--sub-color)",
|
||||
},
|
||||
12: {
|
||||
id: 12,
|
||||
name: "Contributor",
|
||||
description: "Contributed code to the site",
|
||||
icon: "fa-code",
|
||||
color: "var(--text-color)",
|
||||
background: "var(--sub-color)",
|
||||
},
|
||||
};
|
||||
|
||||
export function getHTMLById(
|
||||
|
|
Loading…
Add table
Reference in a new issue