From d6acbe5619a0f60f16b25a395a1a22e332cb6bfc Mon Sep 17 00:00:00 2001 From: Paolo Brasolin <paolo.brasolin@gmail.com> Date: Mon, 9 May 2022 15:32:45 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=92=99=F0=9F=92=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/js/hud.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/js/hud.ts b/frontend/src/js/hud.ts index 023a038..7f41876 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"; -- GitLab