Add content creator badge (#3225)

* Add content creator badge

* Change check -> video
This commit is contained in:
Bruce Berrios 2022-06-25 11:51:21 -04:00 committed by GitHub
parent a552c127f8
commit 349a032e54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(