Skip to content

Commit

Permalink
impr: better bug hunter badge description
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Feb 22, 2024
1 parent 6dbc737 commit 7e73d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ts/controllers/badge-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const badges: Record<number, MonkeyTypes.UserBadge> = {
10: {
id: 10,
name: "Bug Hunter",
description: "Reported bugs on the site",
description: "Reported or helped track down bugs on the site",
icon: "fa-bug",
color: "var(--text-color)",
background: "var(--sub-color)",
Expand Down

0 comments on commit 7e73d47

Please sign in to comment.