Skip to content

Commit dabaa14

Browse files
committed
chore: add insane badge
1 parent 9891dac commit dabaa14

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

frontend/src/ts/controllers/badge-controller.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ const badges: Record<number, UserBadge> = {
125125
color: "var(--bg-color)",
126126
background: "var(--main-color)",
127127
},
128+
15: {
129+
id: 15,
130+
name: "Insane",
131+
description: "I typed for 69 hours straight",
132+
icon: "fa-bomb",
133+
color: "var(--bg-color)",
134+
background: "var(--main-color)",
135+
},
128136
};
129137

130138
export function getHTMLById(

0 commit comments

Comments
 (0)