mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-05 23:15:08 +08:00
Add content creator badge (#3225)
* Add content creator badge * Change check -> video
This commit is contained in:
parent
a552c127f8
commit
349a032e54
1 changed files with 8 additions and 0 deletions
|
|
@ -79,6 +79,14 @@ const badges: Record<number, MonkeyTypes.UserBadge> = {
|
|||
color: "var(--text-color)",
|
||||
background: "var(--sub-color)",
|
||||
},
|
||||
11: {
|
||||
id: 11,
|
||||
name: "Content Creator",
|
||||
description: "Verified content creator",
|
||||
icon: "fa-video",
|
||||
color: "var(--text-color)",
|
||||
background: "var(--sub-color)",
|
||||
},
|
||||
};
|
||||
|
||||
export function getHTMLById(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue