Add contributor role (#3530) rizwanmustafa

* Add contributor role

* Change icon for contributor
This commit is contained in:
Rizwan Mustafa 2022-09-11 16:44:08 +05:00 committed by GitHub
parent d4ad6c5c0c
commit 4dc8676a85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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