mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
added mythical badge
This commit is contained in:
parent
62757918df
commit
d716287479
1 changed files with 8 additions and 0 deletions
|
@ -95,6 +95,14 @@ const badges: Record<number, MonkeyTypes.UserBadge> = {
|
|||
color: "var(--text-color)",
|
||||
background: "var(--sub-color)",
|
||||
},
|
||||
13: {
|
||||
id: 13,
|
||||
name: "Mythical",
|
||||
description: "Yes, I'm actually this fast",
|
||||
icon: "fa-rocket",
|
||||
color: "white",
|
||||
customStyle: "animation: rgb-bg 10s linear infinite;",
|
||||
},
|
||||
};
|
||||
|
||||
export function getHTMLById(
|
||||
|
|
Loading…
Reference in a new issue