diff --git a/frontend/src/js/hud.ts b/frontend/src/js/hud.ts
index 023a038110caebe5b67af569eaa9012b3f550b13..7f41876cf110f7268be1774ac064e6abb8f60378 100644
--- a/frontend/src/js/hud.ts
+++ b/frontend/src/js/hud.ts
@@ -3,7 +3,7 @@ import { FONTS } from "./assets";
 export const ICONS = {
   SCORE: "️⭐️",
   CLOCK: "⏲️",
-  HEALTH: "❤️️",
+  HEALTH: "💙",
 };
 
 export const THIN_SPACE = "\u2009";