Skip to content

Commit a005467

Browse files
committed
chore: add joshu badge
1 parent 4560257 commit a005467

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@ const badges: Record<number, UserBadge> = {
144144
customStyle:
145145
"animation: gold-shimmer 10s cubic-bezier(0.5, -0.15, 0.5, 1.15) infinite; background: linear-gradient(45deg, #b8860b 0%, #daa520 25%, #ffd700 50%, #daa520 75%, #b8860b 100%); background-size: 200% 200%;",
146146
},
147+
17: {
148+
id: 17,
149+
name: "Phineas",
150+
description: "Ferb, I know what we're gonna do today...",
151+
icon: "fa-sun",
152+
color: "white",
153+
customStyle:
154+
"animation: rgb-bg 10s linear infinite; background: linear-gradient(45deg in hsl longer hue, hsl(330, 90%, 30%) 0%, hsl(250, 90%, 30%) 100%);",
155+
},
147156
};
148157

149158
export function getHTMLById(

0 commit comments

Comments
 (0)