This commit is contained in:
Miodec 2022-06-23 00:34:36 +02:00
commit 005eb4cc68
2 changed files with 17 additions and 1 deletions

View file

@ -63,6 +63,22 @@ const badges: Record<number, MonkeyTypes.UserBadge> = {
color: "var(--bg-color)",
background: "var(--main-color)",
},
9: {
id: 9,
name: "White Hat",
description: "Reported critical vulnerabilities on the site",
icon: "fa-user-secret",
color: "var(--bg-color)",
background: "var(--main-color)",
},
10: {
id: 10,
name: "Bug Hunter",
description: "Reported bugs on the site",
icon: "fa-bug",
color: "var(--bg-color)",
background: "var(--main-color)",
},
};
export function getHTMLById(id: number, noText = false): string {

View file

@ -174,7 +174,7 @@
"break",
"splitAt",
"notElem",
"loopup",
"lookup",
"zip",
"zipWith",
"unzip",