Skip to content

Commit

Permalink
Use fire icon instead of fireAlt
Browse files Browse the repository at this point in the history
Yes, I really *am* creating a whole release for this. Try to stop me.
  • Loading branch information
jvyden committed Nov 9, 2023
1 parent 39c6ea2 commit 785262b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class CoolLevelsCategory : LevelCategory
{
this.Name = "Cool Levels";
this.Description = "Levels trending with players like you!";
this.FontAwesomeIcon = "fireAlt";
this.FontAwesomeIcon = "fire";
this.IconHash = "g820625";
}

Expand Down

0 comments on commit 785262b

Please sign in to comment.