updated icon

This commit is contained in:
Miodec 2023-02-26 20:54:55 +01:00
parent 2dba491499
commit af1535d723

View file

@ -3,7 +3,7 @@ const badges: Record<number, MonkeyTypes.UserBadge> = {
id: 1,
name: "Developer",
description: "I made this",
icon: "fa-laptop-code",
icon: "fa-laptop",
color: "white",
customStyle: "animation: rgb-bg 10s linear infinite;",
},