From 785262b8429659fa0333f4f30b34df7aa2fd5079 Mon Sep 17 00:00:00 2001 From: jvyden Date: Thu, 9 Nov 2023 18:11:24 -0500 Subject: [PATCH] Use fire icon instead of fireAlt Yes, I really *am* creating a whole release for this. Try to stop me. --- .../Types/Levels/Categories/CoolLevelsCategory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Refresh.GameServer/Types/Levels/Categories/CoolLevelsCategory.cs b/Refresh.GameServer/Types/Levels/Categories/CoolLevelsCategory.cs index fa182b57..76f73428 100644 --- a/Refresh.GameServer/Types/Levels/Categories/CoolLevelsCategory.cs +++ b/Refresh.GameServer/Types/Levels/Categories/CoolLevelsCategory.cs @@ -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"; }